Hello, A quick question regarding Angular Forms and Japanese characters. Am using Angular 1.2.17, and modern Chrome web browser on Mac OSX (latest).
Am writing an AngularJS application for Japanese market. Everything works great displaying Kana etc on the HTML pages etc. There are no issues with the web server, or Database etc, UTF8 support is throughout the application. However, for the AngularJS forms, it does not read the Kanji / Hiragana / Katakana unless the word or sentence starts with latin character. Example: こにちわ does not register in the input field, and hence form validation fails because it will think a required field is empty etc. Whereas: adsfこにちわ does register and the form can be submitted successfully etc. Does anyone know of any HTML or Angular configuration etc - HTML meta tag, Angular module or otherwise, that would coerce the Form to behave properly. Do not believe my issue is specific to JP characters - it is likely anyone working with a non latin alphabet might have come across this issue. Must be missing something obvious here. Thank you for any help at all. Best regards, Richard. -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
