Windows 10: win10 .exe unreadable characters from another language.

Discus and support win10 .exe unreadable characters from another language. in Windows 10 Ask Insider to solve the problem; My Win10 is English, I'm trying to install a Chinese application {ChineseChar}.exe , a printing application, but it says 'the filename,directory name,... Discussion in 'Windows 10 Ask Insider' started by /u/HistoricalTouch0, May 29, 2020.

  1. win10 .exe unreadable characters from another language.


    My Win10 is English, I'm trying to install a Chinese application {ChineseChar}.exe , a printing application, but it says 'the filename,directory name, or volume label syntax is incorrect'. I was able to install it after I changed the application's name to English as myApp.exe and run it. However when I try to print out a file, all the Chinese characters turned to unreadable garbage.

    I tried switching my Win10 system language to the Chinese everywhere, then open the app. The app quits after I tried to login.

    Then I tried to uninstall and reinstall it with the {ChineseChar}.exe, it pops up window '???????' then quits.

    Any idea how to solve this problem?

    submitted by /u/HistoricalTouch0
    [link] [comments]

    :)
     
    /u/HistoricalTouch0, May 29, 2020
    #1
  2. ddelo Win User

    Unreadable non-ANSI characters in Notepad

    The problem:
    People living in countries, with languages including non-ANSI characters and want a full English Windows environment.
    If the user sets the System locale (Language for non-Unicode programs) to the country they live in, then many apps will check this setting and without giving the user any option, are installed with a localized interface, i.e. GUI based on the System locale, which might not be desirable.

    The apparent resolution is to change the System locale to English (US), which solves the apps interface issue, but because we’re talking about Microsoft Windows there is (as always…) an exception. In this case is Notepad…
    Notepad has ANSI (= ASCII & Extended ASCII) as its default setting for saving text files. If the text file contains non-ANSI characters then it gives a warning…which if you accidentally bypass and save the file with the ANSI encoding, all non-ANSI characters become unreadable.

    Being such a user, I have an English (US) installation and to avoid the localized app interface, I have set the System locale to English (United States).
    For some reason, which I haven’t found yet, before version 1803, I could save text documents with Greek (non-ANSI) characters and since I wasn’t getting the encoding warning (at least not that often) when saving the file, a lot of files with Greek characters were saved as ANSI and had no problem.

    This encoding issue has become stricter in 1803. My guess is the “Beta: Use Unicode UTF-8 for worldwide language support” setting that has been added when you change system locale has something to do with it. Either way this is, as stated, still in Beta, thus it doesn’t work as it supposed to, yet!

    So how to read all these text files with ANSI encoding, which contain non-ANSI characters, that are now unreadable?

    The solution:
    Step 1
    Go to: Settings > Time & Language > Region & Language > Related Settings > Administrative Language Settings (opens Control Panel) > System locale (Language for non-Unicode programs)

    Alternatively, for short, type in Windows search/Cortana:
    control.exe /NAME Microsoft.RegionalAndLanguageOptions /PAGE /p:"Administrative"

    and change the “System locale (Language for non-Unicode programs)” to the locale of the country you live in (Greece in my case).
    The system will need to reboot. Click Restart.

    Step 2
    Download the UnicodeConverter.zip, save and extract it on your Desktop. The zip file contains three scripts:
    CheckFileEncoding.ps1
    ConvertFilesToUnicode.ps1
    ConvertFilesToUnicode_NoBOM.ps1 (for advanced users)

    Step 3
    Open an elevated PowerShell and type the command:
    Code:
    Then type the following command (provided that you have saved the script in your Desktop):
    Code:
    The script will give you a list of all the ANSI text files, in all your user folders, as System.Text.ASCIIEncoding.

    You can check some with non-ANSI characters and verify that they are readable. (They should, since your locale is a non-ANSI one).

    Step 4
    Now you can run the command:
    Code:
    The script will:
    1. Create a backup folder in C:\Backup\ASCIItxtBackup and will save a backup of all ANSI files you have in your user folders
    2. Convert all ANSI files you have in your user folders to Unicode.

    After that, you can do again Step 3, to verify that there are no ANSI files in your user folders.

    Step 5
    Go to: Settings > Time & Language > Region & Language > Related Settings > Administrative Language Settings (opens Control Panel) > System locale (Language for non-Unicode programs)

    Alternatively, for short, type in Windows search/Cortana:
    control.exe /NAME Microsoft.RegionalAndLanguageOptions /PAGE /p:"Administrative"

    and change the “System locale (Language for non-Unicode programs)” to the English locale of your preference.
    The system will need to reboot. Click Restart.

    That was it. After your computer restarts and since all the text files are now saved in Unicode, they can be read with any System locale.

    Important Note:
    If you want to change either the backup location or the folders where the ANSI text files reside (e.g. search all C:\), open the script “ConvertFilesToUnicode.ps1” and as shown in the red box, in the image below, go to the section where we define the locations and change them according to your needs (e.g. $SourceDirectory = ‘C:\Personal\My Files’). Don’t forget to enclose the folder in quotes (e.g. ‘C:\Backup\My ASCII files’).


    win10 .exe unreadable characters from another language. [​IMG]


    For Advanced Users
    Microsoft Notepad, saves all Unicode files with BOM (Byte Order Mark). In case you don’t want to use BOM in your Unicode text files, use the “ConvertFilesToUnicode_NoBOM.ps1”. It will do exactly what the “ConvertFilesToUnicode.ps1” does, but instead it will save the text file in any Unicode encoding without the BOM.

    Additionally, to change the Unicode encoding, to another format, in the convert section of the script change the Unicode in the “set-content $_.FullName -Encoding Unicode” part to any other of the available values:

    ‘ASCII’: Uses the encoding for the ASCII (7-bit) character set.
    ‘BigEndianUnicode’: Encodes in UTF-16 format using the big-endian byte order.
    ‘BigEndianUTF32’: Encodes in UTF-32 format using the big-endian byte order.
    ‘Default’: Encodes using the default value: ASCII.
    ‘Byte’: Encodes a set of characters into a sequence of bytes.
    ‘String’: Uses the encoding type for a string.
    ‘Unicode’: Encodes in UTF-16 format using the little-endian byte order.
    ‘UTF7:’ Encodes in UTF-7 format.
    ‘UTF8’: Encodes in UTF-8 format.


    Credits:
    The function Get-FileEncoding, 03-Feb-2015, by VertigoRay - Adjusted to use .NET's [System.Text.Encoding Class] (Encoding Class (System.Text))
     
    ddelo, May 29, 2020
    #2
  3. viki2000 Win User
    Win10 – Language change Arabic to English

    I just bought a 2nd hand laptop by occasion and it has only one problem: the Windows 10 was installed in Arabic language and I need it in English. I do not read/speak Arabic language.
    I looked over many YouTube videos in Arabic and English language about how to change the language in Win10. Unfortunately my screens that I see in Arabic language do not match the screens seen in Arabic on YouTube videos/tutorials, so I cannot do a blind click-click and by chance to change it into English.
    I can make print screens and then put them in USB stick and upload them here on EE from another PC – that I figure it out.
    I do not want to reinstall Win10 from scratch, but of course that is the last option.
    Below are the first steps which leaded me to, I hope, Language and Regional Settings in Win10, but where to click further and what to choose?
    I really need your guidance in step by step with pictures where shall I click in order to install the English language.
    A tutorial in English does not help. I need a tutorial (step by step) in Arabic with pictures.
     
    viki2000, May 29, 2020
    #3
  4. Arun B J Win User

    win10 .exe unreadable characters from another language.

    Windows 10 changing language

    Hi,



    I understand your concern and will assist you to resolve this issue.



    I suggest you to check whether you’re using single language or multi-language in your system.

    Follow the steps below.


    • Press Windows + Pause Break button.

    • There you will be able to see whether your system is single language or Multilanguage.
    If it is Multi-language then you can download the English language and install.

    Refer the link below and check if it helps.

    Language packs

    http://windows.microsoft.com/en-IN/windows/language-packs#lptabs=win10



    Keep us posted on this issue so that we can assist you better.
     
    Arun B J, May 29, 2020
    #4
Thema:

win10 .exe unreadable characters from another language.

Loading...
  1. win10 .exe unreadable characters from another language. - Similar Threads - win10 exe unreadable

  2. Apps are in another language

    in Windows 10 Gaming
    Apps are in another language: Why the hell are apps like Mail, Calendar, Weather and Clock in Greek, when my Windows installation is set to English - Canada?Yes I do live in Greece, but still, why is it in Greek? It didn't do it before. Btw, I just formatted this computerwith a fresh installation of...
  3. Apps are in another language

    in Windows 10 Software and Apps
    Apps are in another language: Why the hell are apps like Mail, Calendar, Weather and Clock in Greek, when my Windows installation is set to English - Canada?Yes I do live in Greece, but still, why is it in Greek? It didn't do it before. Btw, I just formatted this computerwith a fresh installation of...
  4. add another language

    in Windows 10 Software and Apps
    add another language: i f i add Russian in settings as antoher languagee. WHERE and how does the keyboard appear? it is a touch onscreen keyboard.Since I'm on a laptop I don't understand where/what is the keyboad. Do you have a screenshot my chance of how this looks and is set up?I went on yutube...
  5. "D:\*blank*.exe file or directory is corrupted and unreadable"

    in Windows 10 Drivers and Hardware
    "D:\*blank*.exe file or directory is corrupted and unreadable": Hello! I am using a HP Stream 11 I believe running the latest Windows 10 update. I am using a 256GB MicroSD card as extra storage and storing my documents there and re-directing downloads e.g: office365setup.exe. However, before the start ups have even finished downloading...
  6. win10 bsod. text unreadable

    in Windows 10 BSOD Crashes and Debugging
    win10 bsod. text unreadable: I've read a lot about blue screens but no one ever posted saying they couldn't read it.Sometimes the text is legible other times it appears to be a different language, it could be just gibberish. . But either way it always reboots. I've tried to disable the reboot feature but...
  7. Displaying text from another language

    in Windows 10 Support
    Displaying text from another language: I am one of the developers for an open-source application (DeepSkyStacker). It provides support for multiple languages by using multiple rc files. The user can switch language on the fly. I've never had to play with that stuff much until recently - I just added added new...
  8. Foreign language character input

    in Windows 10 Customization
    Foreign language character input: Foreign language characters (like ā instead of a) used to be accessed by typing Alt + 'the key you want', but now for some reason it is Alt + Ctrl + 'the key you want'. Can i change it back to the way it was? I looked all over but couldn't find a way to do it. I have the...
  9. Unreadable non-ANSI characters in Notepad

    in Windows 10 Software and Apps
    Unreadable non-ANSI characters in Notepad: The problem: People living in countries, with languages including non-ANSI characters and want a full English Windows environment. If the user sets the System locale (Language for non-Unicode programs) to the country they live in, then many apps will check this setting and...
  10. Special characters in Win10

    in Windows 10 Support
    Special characters in Win10: Hi, we have a bit of a weird issue with special characters. (kind of hard to explain but I`ll try) We are currently running a Win10 pilot, and the users are saying that the special characters, like é and õ, differs from Windows 7, even though the language input (norwegian) is...