Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Title case for non-english #47

Closed
GoogleCodeExporter opened this issue Dec 6, 2015 · 2 comments
Closed

Title case for non-english #47

GoogleCodeExporter opened this issue Dec 6, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
algorithm: 
1. set item <- promt for text with message "some text"
2. set item <- to Title Case <- get item
3. print <- get item

runtime - input some text in russian, i.e. "текст для теста"


What is the expected output? What do you see instead?
expected - "Текст Для Теста". result - "текст для 
теста"

What browser are you using?
Chrome 20.0.1132.34 beta-m.

Please provide any additional information below.
Upper case and lower case works. Problem only with Title Case.
I understand, that non-english support is not a priority. Just want to notice 
of such a problem. Hello from Issue28 maker :D
p.s. sorry for my english.

Original issue reported on code.google.com by nixel2...@gmail.com on 20 Jun 2012 at 4:10

Attachments:

@GoogleCodeExporter
Copy link
Author

tryed in live-demo code at 20:12 gmt+4 20 june 2012

Original comment by nixel2...@gmail.com on 20 Jun 2012 at 4:12

@GoogleCodeExporter
Copy link
Author

Good catch, thanks!
Fixed in r265.  It will be in the next push.

Original comment by neil.fra...@gmail.com on 20 Jun 2012 at 6:23

  • Changed state: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant