HydrogenAudio

CD-R and Audio Hardware => CUETools => Topic started by: Ranma on 2021-04-29 01:26:12

Title: Could CUERipper support UTF-8 CUE file encoding?
Post by: Ranma on 2021-04-29 01:26:12
CUETools could write CUE file in UTF-8 (BOM) encoding by disable 'Force ANSI filename', but it looks no this option in CUERipper.
Title: Re: Could CUERipper support UTF-8 CUE file encoding?
Post by: korth on 2021-04-29 02:15:11
https://hydrogenaud.io/index.php?topic=118915.0#post_g06
See #7
Title: Re: Could CUERipper support UTF-8 CUE file encoding?
Post by: korth on 2021-04-29 03:44:30
Sorry, I got called away.before I finished the edit.
\CUERipper\settings.txt
Code: [Select]
FilenamesANSISafe=0
should turn off 'Force ANSI filename'

This settings file will either be in your user profile (%APPDATA%\CUERipper\settings.txt)
or a sub-folder in the CUETools folder if running as portable (CUETools_2.1.8\CUERipper\settings.txt)
Title: Re: Could CUERipper support UTF-8 CUE file encoding?
Post by: GhostEMP on 2021-04-30 00:10:10
This settings file will either be in your user profile (%APPDATA%\CUERipper\settings.txt)
or a sub-folder in the CUETools folder if running as portable (CUETools_2.1.8\CUERipper\settings.txt)

I can't seem to find this in my own CueTools folder. Do you have any sort of guide or screen captures to aid with finding it.
Title: Re: Could CUERipper support UTF-8 CUE file encoding?
Post by: korth on 2021-04-30 03:56:26
http://cue.tools/wiki/CUETools_Download#Installation
If not running as portable (the user_profiles_enabled file exists in the CUETools folder) the CUERipper settings are in your Windows User Profile
%APPDATA%\CUERipper\settings.txt
or
C:\Users\YourUserName\AppData\Roaming\CUERipper\settings.txt

If you delete or rename the user_profiles_enabled file, the next time you run CUERipper, a folder and settings file will be created within the CUETools folder.
\CUERipper\settings.txt


Note: AppData folders may be hidden but if you start typing the path directly into the navigation box of Windows file explorer...
Title: Re: Could CUERipper support UTF-8 CUE file encoding?
Post by: GhostEMP on 2021-05-05 03:29:08
http://cue.tools/wiki/CUETools_Download#Installation
If not running as portable (the user_profiles_enabled file exists in the CUETools folder) the CUERipper settings are in your Windows User Profile
%APPDATA%\CUERipper\settings.txt
or
C:\Users\YourUserName\AppData\Roaming\CUERipper\settings.txt

If you delete or rename the user_profiles_enabled file, the next time you run CUERipper, a folder and settings file will be created within the CUETools folder.
\CUERipper\settings.txt


Note: AppData folders may be hidden but if you start typing the path directly into the navigation box of Windows file explorer...

Thanks a lot, it works.
Title: Re: Could CUERipper support UTF-8 CUE file encoding?
Post by: BON_P on 2023-06-25 08:43:51
Hello, Thanks for loot to CUERipper. I am trying to change FilenamesANSISafeto =0, but it was already so. But still, the cue files are comes with ANSI code. Is this related I am using Windows in Japanese locale?
Title: Re: Could CUERipper support UTF-8 CUE file encoding?
Post by: korth on 2023-06-25 09:21:23
Code: [Select]
AlwaysWriteUTF8CUEFile=1
The above is available in CUERipper 2.2.4
The default for this setting is 0 (false).
Title: Re: Could CUERipper support UTF-8 CUE file encoding?
Post by: BON_P on 2023-06-26 04:48:16
Thank you! I did used 2.2.0 and did not know this new feauture. It works great!