User forums > Using Code::Blocks
Cyrillic identifiers
oBFusCATed:
Hm, I don't really understand your example.
My opinion is based on:
1. All documentation is written first in English (maybe there is some first written in Chinese :lol:), then translated to something else, if ever.
2. 99% source in the wild is written in English.
3. 99% of the APIs are written in English.
Using non-English is useful, if you teach c/c++ to the very young, which don't know English, yet. But I guess no one is teaching c/c++ to 6-10 year old kids :)
Have you read this: http://gcc.gnu.org/wiki/FAQ#utf8_identifiers ?
It looks like you have to use \uNNNN syntax, very pretty 8)
petko10:
On the side continuing with the example :lol: (btw have you learned a language other than english?):
--- Code: ---float променлива1,пром2,ПрозорецШирочина,ПрозорецВисочина; //variable1,var2,WindowHeight,WindowLength
--- End code ---
feels sooooo much better than
--- Quote ---float promenliva1,prom2,ProzorecShirochina,ProzorecVisochina;
--- End quote ---
So yes , all the documentation's in english but my programs aren't generally in it (at least a lot of the identifiers) .
About the link - yes I found that earlier but that method seems just .. "lovely" .
Didn't find any russian solutions either so that's that, I guess I'll stick with the latin alphabet until GCC finishes the option or until I make some freak of a preprocessor program (but that seems like too much effort..) .
oBFusCATed:
--- Code: ---Всъщност изглежда ужастно, не съм сляп-патриот :)
Translation: In fact it looks awful, I'm not blind-patriot
--- End code ---
p.s. Admins, sorry for the non-english content.
petko10:
--- Quote from: oBFusCATed on October 10, 2011, 02:30:49 pm ---
--- Code: ---Всъщност изглежда ужастно, не съм сляп-патриот :)
Translation: In fact it looks awful, I'm not blind-patriot
--- End code ---
p.s. Admins, sorry for the non-english content.
--- End quote ---
So are you a programmer or you just write here for kicks ? Not that you need to be , it's just that I thought you'd be able to follow my train of thought there for a sec .
Navigation
[0] Message Index
[*] Previous page
Go to full version