Status: Accepted Owner: [email protected] Labels: Type-Defect Priority-Critical Milestone-Release-1.0.5 Component-I18N-G11N
New issue 555 by vangarderen.peter: change language list is not displaying non-latin scripts correctly http://code.google.com/p/qubit-toolkit/issues/detail?id=555 This bug was introduced after the Symfony 1.2 upgrade. When adding new languages using Admin>Settings, the non-latin script languages are being written to the database as ???? characters. See SettingsUpdateAction lines 49-60. This code does work pre Symfony 1.2 so there is likely a Propel 1.3/PDO issue. However, this issue does raise the question, why are writing the name of the language, in local script, to the database in the first place? We should just store the ISO language code to the database. Then use the Symfony format_language() helper on output to convert the code. Our current practice is to output the change language options in the native language and code. However, this behaviour can still be accomplished using the format_language() helper since it can take a second argument to format the language in that language. For example, if I am using the English interface, format_language('ar', 'ar') will display 'arabic' in arabic translation & script. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Qubit Toolkit Issues" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/qubit-issues?hl=en -~----------~----~----~----~------~----~------~--~---
