Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #95219
| References | <D1ECF359.10CC65%Dwight@GoldWinde.com> <55C790D3.3040906@gmail.com> <mailman.22.1439170072.3627.python-list@python.org> <7619054.rZZqoS0ge9@PointedEars.de> |
|---|---|
| Date | 2015-08-10 22:57 +1000 |
| Subject | Re: Is Django the way to go for a newbie? |
| From | Chris Angelico <rosuav@gmail.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.41.1439211434.3627.python-list@python.org> (permalink) |
On Mon, Aug 10, 2015 at 9:58 PM, Thomas 'PointedEars' Lahn <PointedEars@web.de> wrote: > Chris Angelico wrote: > >> There's another thing you absolutely have to know when you do web >> development, and that's i18n. This is why I don't recommend Node.js >> for server-side work - because Python's Unicode support is better than >> JS's. > > Your posting shows again that your knowledge of "JS" is full of gaps at > best, so you should refrain from making bold statements about "it" and > making design decisions and recommendations based on that. Do please enlighten me! Tell me how Node changes the underlying ECMAScript specification and gives true Unicode support. In particular, I would expect the length of a string to be based on either code points or combining character sequences, and indexing (including slicing) should be based on the same thing. It should not be possible to split a character during iteration over a string. (Whether you iterate over "é" as a single character or as two (U+0065 U+0301) is a matter of debate, and I'd accept both answers as correct.) ChrisA
Back to comp.lang.python | Previous | Next — Previous in thread | Find similar | Unroll thread
Re: Is Django the way to go for a newbie? Chris Angelico <rosuav@gmail.com> - 2015-08-10 11:27 +1000
Re: Is Django the way to go for a newbie? Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2015-08-10 13:58 +0200
Re: Is Django the way to go for a newbie? Chris Angelico <rosuav@gmail.com> - 2015-08-10 22:57 +1000
csiph-web