--- a/Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardCharactersDialog.py Sat Apr 26 10:06:49 2014 +0200 +++ b/Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardCharactersDialog.py Sat Apr 26 10:36:09 2014 +0200 @@ -172,42 +172,42 @@ """ self.__characterCategories = ( # display name code - (self.tr("Letter, Any"), "L"), - (self.tr("Letter, Uppercase"), "Lu"), - (self.tr("Letter, Lowercase"), "Ll"), - (self.tr("Letter, Titlecase"), "Lt"), - (self.tr("Letter, Modifier"), "Lm"), - (self.tr("Letter, Other"), "Lo"), - (self.tr("Mark, Any"), "M"), - (self.tr("Mark, Nonspacing"), "Mn"), - (self.tr("Mark, Spacing Combining"), "Mc"), - (self.tr("Mark, Enclosing"), "Me"), - (self.tr("Number, Any"), "N"), - (self.tr("Number, Decimal Digit"), "Nd"), - (self.tr("Number, Letter"), "Nl"), - (self.tr("Number, Other"), "No"), - (self.tr("Punctuation, Any"), "P"), - (self.tr("Punctuation, Connector"), "Pc"), - (self.tr("Punctuation, Dash"), "Pd"), - (self.tr("Punctuation, Open"), "Ps"), - (self.tr("Punctuation, Close"), "Pe"), + (self.tr("Letter, Any"), "L"), + (self.tr("Letter, Uppercase"), "Lu"), + (self.tr("Letter, Lowercase"), "Ll"), + (self.tr("Letter, Titlecase"), "Lt"), + (self.tr("Letter, Modifier"), "Lm"), + (self.tr("Letter, Other"), "Lo"), + (self.tr("Mark, Any"), "M"), + (self.tr("Mark, Nonspacing"), "Mn"), + (self.tr("Mark, Spacing Combining"), "Mc"), + (self.tr("Mark, Enclosing"), "Me"), + (self.tr("Number, Any"), "N"), + (self.tr("Number, Decimal Digit"), "Nd"), + (self.tr("Number, Letter"), "Nl"), + (self.tr("Number, Other"), "No"), + (self.tr("Punctuation, Any"), "P"), + (self.tr("Punctuation, Connector"), "Pc"), + (self.tr("Punctuation, Dash"), "Pd"), + (self.tr("Punctuation, Open"), "Ps"), + (self.tr("Punctuation, Close"), "Pe"), (self.tr("Punctuation, Initial Quote"), "Pi"), - (self.tr("Punctuation, Final Quote"), "Pf"), - (self.tr("Punctuation, Other"), "Po"), - (self.tr("Symbol, Any"), "S"), - (self.tr("Symbol, Math"), "Sm"), - (self.tr("Symbol, Currency"), "Sc"), - (self.tr("Symbol, Modifier"), "Sk"), - (self.tr("Symbol, Other"), "So"), - (self.tr("Separator, Any"), "Z"), - (self.tr("Separator, Space"), "Zs"), - (self.tr("Separator, Line"), "Zl"), - (self.tr("Separator, Paragraph"), "Zp"), - (self.tr("Other, Any"), "C"), - (self.tr("Other, Control"), "Cc"), - (self.tr("Other, Format"), "Cf"), - (self.tr("Other, Private Use"), "Co"), - (self.tr("Other, Not Assigned"), "Cn"), + (self.tr("Punctuation, Final Quote"), "Pf"), + (self.tr("Punctuation, Other"), "Po"), + (self.tr("Symbol, Any"), "S"), + (self.tr("Symbol, Math"), "Sm"), + (self.tr("Symbol, Currency"), "Sc"), + (self.tr("Symbol, Modifier"), "Sk"), + (self.tr("Symbol, Other"), "So"), + (self.tr("Separator, Any"), "Z"), + (self.tr("Separator, Space"), "Zs"), + (self.tr("Separator, Line"), "Zl"), + (self.tr("Separator, Paragraph"), "Zp"), + (self.tr("Other, Any"), "C"), + (self.tr("Other, Control"), "Cc"), + (self.tr("Other, Format"), "Cf"), + (self.tr("Other, Private Use"), "Co"), + (self.tr("Other, Not Assigned"), "Cn"), ) self.__characterBlocks = (