renciso218 / blockly

Automatically exported from code.google.com/p/blockly
0 stars 0 forks source link

Title case for non-english #47

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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 commented 8 years ago
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 commented 8 years ago
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