The curious case of disappearing Polish S
1–10 of 118 posts
Re: The curious case of disappearing Polish S
#2It also has a rare property of coming with two alphabets - cyrillic and latin.
Re: The curious case of disappearing Polish S
#3I've seen the slashes-as-parentheses on many (mostly older) documents before, but never knew why. Suddenly this makes so much sense. Unfortunately what makes less sense is official translators still using // for () these days.
Re: The curious case of disappearing Polish S
#4The very same bug used to be present in early Windows mobile GPU drivers - with global hotkeys making it impossible to enter Ł (with Intel GMA 950) and Ć (with ATI Catalyst). Being a Polish geek, I used to earn lots of free dinners from frustrated friends who were forced to copy-paste those letters on their brand new laptops. Funny how the same bug recurs in different types of software due to an obscure locale-dependent edge case - and it's much less known than, for example, the Turkish dotted/dotless I.
Re: The curious case of disappearing Polish S
#5I would theorize that second used slavic language is not Ukrainian but Serbo-Croatian, at risk of getting hated by everybody mentioned. It also has a rare property of coming with two alphabets - cyrillic and latin.
Re: The curious case of disappearing Polish S
#6I would theorize that second used slavic language is not Ukrainian but Serbo-Croatian, at risk of getting hated by everybody mentioned. It also has a rare property of coming with two alphabets - cyrillic and latin.
Re: The curious case of disappearing Polish S
#7I find the save dialog useless for web browsers as well, but I think preventing its use is a bad idea in general. Overriding the browser's shortcut is uncomfortable. For example, wordpress likes to capture cmd+ to change the font style, but that's how I usually change the active tab. It also disables ctrl+tab, the other way I use to escape while the text area is active.
People use their browsers and have their workflow in them. Breaking them needs to have a really good excuse. http://xkcd.com/1172/
Re: The curious case of disappearing Polish S
#8I think the article is too verbose when knowing the context the bug is trivial: you intercepted meta+s and ctrl+s and in the way you broke alt+s. I find the save dialog useless for web browsers as well, but I think preventing its use is a bad idea in general. Overriding the browser's shortcut is uncomfortable. For example, wordpress likes to capture cmd+ to change the font style, but that's how I usually change the a…
Re: The curious case of disappearing Polish S
#9Re: The curious case of disappearing Polish S
#10The workaround is typical of web stuff as well: deal with the symptoms one by one while leaving the underlying problem unquestioned.