Asenna Steam
kirjaudu sisään
|
kieli
简体中文 (yksinkertaistettu kiina)
繁體中文 (perinteinen kiina)
日本語 (japani)
한국어 (korea)
ไทย (thai)
български (bulgaria)
Čeština (tšekki)
Dansk (tanska)
Deutsch (saksa)
English (englanti)
Español – España (espanja – Espanja)
Español – Latinoamérica (espanja – Lat. Am.)
Ελληνικά (kreikka)
Français (ranska)
Italiano (italia)
Bahasa Indonesia (indonesia)
Magyar (unkari)
Nederlands (hollanti)
Norsk (norja)
Polski (puola)
Português (portugali – Portugali)
Português – Brasil (portugali – Brasilia)
Română (romania)
Русский (venäjä)
Svenska (ruotsi)
Türkçe (turkki)
Tiếng Việt (vietnam)
Українська (ukraina)
Ilmoita käännösongelmasta
If some languages counted 2 for every 1 character entered, as you say, they would still hit the 1000 character ceiling regardless. If what you describe was the case, adding a counter would not change that ceiling, nor would it change certain languages hitting the cap earlier. This would be an entirely different problem, not a reason to not display the information.
If that were truely a problem, Valve knows what language you are writing in. They could set individual limits for each language. Even moreso, Steam likely uses UTF-16(65,536 possible characters) or UTF-32(4.3 million possible characters) unicode, which means each English(26 possible characters) character I am writing at this very moment uses the same amount of space as a Chinese(50,000 possible characters) character. Regardless of whether or not I'm correct in this assumption, that is a server space or packet size issue, and it would not affect the counter.
I'm making assumptions about how their backend works, so they may have a different approach. The fact that I can simply cut and paste any text out of steam into a barebones website character counter(regardless of language) and get a concrete number begs the question, why is this not simply added to Steam? Also, character counting is purely client-side, and would require no server communication to process. The only overhead rests on the client.
This suggestion is merely a quality of life improvement.