I couldn't debug the code because of my name
31–40 of 300 posts
Re: I couldn't debug the code because of my name
#32What’s wrong with just writing it as Mikolaj? It’s not like it’s a kanji or something.
For the record, it's a stark pronunciation difference as ł has drifted to a very different "w" sound
Re: I couldn't debug the code because of my name
#33Re: I couldn't debug the code because of my name
#34Using non-ascii characters in file paths, toolchain config files, and other non-display contexts is just asking for trouble, even if it is your name...
There's no excuse for actively supported, paid products to have these problems today.
Re: I couldn't debug the code because of my name
#35Re: I couldn't debug the code because of my name
#36Earlier quoted context omitted.
Their URL is even mikolaj-kaminski.com . I get its annoying, but I would never use non-ascii chars in a username / file path.
So, what does 阿部明仁 do in this case? Polish may be close enough that an approximation is available in English, but there's an awful lot of languages that don't have a large overlap with English characters. In the Asian case above, if someone with that name did try to "convert to English" they are ironically just as likely to end up with Akihito Abe as the ASCII, which will be just as broken!
Considering JetBrains seems unwilling to fix this bug, maybe the best solution of all is to switch to an IDE that works.
Re: I couldn't debug the code because of my name
#37Oh, it’s not a common knowledge that you should not UTF-8 in Windows username? That had been the case since 95 days. Only recently it had supposedly improved after Microsoft Account login become semi mandatory.
Re: I couldn't debug the code because of my name
#38What’s wrong with just writing it as Mikolaj? It’s not like it’s a kanji or something.
Their URL is even mikolaj-kaminski.com . I get its annoying, but I would never use non-ascii chars in a username / file path.
The problem is the technology, not the user using it in a reasonable way. ł is older than computers and the only reason computers struggle with it is lack of foresight or choosing to make things harder for most of the world by some of the people involved early on.
Re: I couldn't debug the code because of my name
#39Earlier quoted context omitted.
So the solution is for the user to change their entire windows account name, rather than handling common characters in your code?
When you have non-standard characters in your name you quickly learn to never use them in computers since even though most systems works fine, some don't. And you can't fix all the thousands of systems your name has to interact with. I even had trouble booking flight tickets since their security system couldn't parse my name, and then had to go through some special security check due to it returning errors. After tha…
Standard characters (ie english) are only used by a small subset (maybe 5-10%) of the global population.
Re: I couldn't debug the code because of my name
#40Oh, it’s not a common knowledge that you should not UTF-8 in Windows username? That had been the case since 95 days. Only recently it had supposedly improved after Microsoft Account login become semi mandatory.