Computer term: what's this called?

  • Thread starter Thread starter Acuben
  • Start date Start date
  • Tags Tags
    Computer Term
AI Thread Summary
The discussion centers on issues related to text encoding, specifically how switching regional settings affects the display of saved text in different languages. When a user saved Korean text and later opened it with Japanese regional settings, the characters appeared incorrectly due to the remapping of byte values between the two languages. This phenomenon is attributed to text encoding, which determines how characters are represented in digital form. Unicode is mentioned as a common encoding scheme that should prevent such issues, but if the text was not saved in Unicode, the characters can be misinterpreted. Solutions offered include adjusting encoding settings in applications like Microsoft Office or using Notepad++ to experiment with different encoding options. The user found partial success in retrieving the original text by opening the file directly in Microsoft Word, highlighting the importance of the right software for text recovery.
Acuben
Messages
61
Reaction score
0
2 issues.

1. I don't know what this is called. unicode or something? allow me to explain.
I opened a notepad. Typed something in Korean and saved it long time ago. Now I switched regional settings to Japanese. I opened the notepad I saved long time ago and the text is now shown in Japanese (and I need to read it in Korean). I do NOT mean it translated the word in Japanese in its meaning. It seems like same sets of code is used as encryption for both Korean and Japanese so that the code that is supposed to decrypted in Korean is decrypted in Japanese?
What is this encryption of language(other than English) used on computer called?

2. Whatever the word for number 1 is, is there a website that could re-encrypt the Japanese word and decrypt it again in Korean?


--
I tried microsoft applocal, but no luck there. (it seems like it's mainly designed for .exe programs and not for vista)
yes changing regional settings back to Korean is one method, but meh.

Some computer background: vistaHome SP1 32bit OS, x86.
other than that, low specs
 
Computer science news on Phys.org
Oh man, what you're talking about is called text encoding and there are dozens (hundreds?) of schemes. There's no transferring it from korean to japanese or vice versa. What happened was the 8 or whatever bits that were mapped to korean characters got remapped to Japanese ones. Unicode is a type of encoding scheme, but if your text had been encoded in unicode the character set shouldn't change when you switch regional settings. So possible solutions:
a) mess around with the encoding settings in office
b) download notepad++, paste your text in, and go through the encoding menu until your glyphs start looking like they're in Korean

.exe programs are executables-they run on all variants of windows.
 
hey thanks, I was able to open it with microsoft2007 and was able to partially retrieve some of the information... after lot of time spent ^^ turns out, I can just open file with microsoft word directly >_> took me a while to figure that out. It still wasn't perfect decryption, but enough to understand.
 
Unicode is a 16 bit code that eliminates the overlapping of character sets. With unicode you could have a single text file that includes several languages.
 
Thread 'Urgent: Physically repair - or bypass - power button on Asus laptop'
Asus Vivobook S14 flip. The power button is wrecked. Unable to turn it on AT ALL. We can get into how and why it got wrecked later, but suffice to say a kitchen knife was involved: These buttons do want to NOT come off, not like other lappies, where they can snap in and out. And they sure don't go back on. So, in the absence of a longer-term solution that might involve a replacement, is there any way I can activate the power button, like with a paperclip or wire or something? It looks...
In my discussions elsewhere, I've noticed a lot of disagreement regarding AI. A question that comes up is, "Is AI hype?" Unfortunately, when this question is asked, the one asking, as far as I can tell, may mean one of three things which can lead to lots of confusion. I'll list them out now for clarity. 1. Can AI do everything a human can do and how close are we to that? 2. Are corporations and governments using the promise of AI to gain more power for themselves? 3. Are AI and transhumans...
Back
Top