Thread subject: Official Home of the PHPFusion CMS :: UTF-8 Conversion Tools Thread

Posted by Falk on 04-01-2019 01:02
#1

This one is great https://www.rotatingscrew.com/utfcast...press.aspx for batch conversion. ( See attachment as well ).

You can also use Notepad++, open and select Format > Convert > UTF-8 for one by one file.

With PowerShell
Code
Get-Content .\test.txt | Set-Content -Encoding utf8 test-utf8.txt


iconv from GNUWin32
Code
"C:\Program Files (x86)\GnuWin32\bin\iconv.exe" -f cp1251 -t utf-8 source.txt > output.txt

Posted by helmuth on 05-01-2019 07:18
#2

I wondered if there was a similar tool for macOS and found this: https://docs.moodle.org/36/en/Convert...s_to_UTF-8

Edited by helmuth on 05-01-2019 07:18

Posted by Mamba on 04-11-2020 18:46
#3

Bonjour, je voudrais savoir ou je peut avoir la local en francais pour la version php-fusion-8.00.60.

Merci  

Edited by Mamba on 04-11-2020 18:49

Posted by RobiNN on 04-11-2020 19:08
#4

English only...
According to Google translate, you want a French translation for v8. We do not have a French translation for v8 https://translate.phpfusion.com/project/php-fusion-locales/fr#

Edited by RobiNN on 11-07-2026 16:12

Posted by Mamba on 04-11-2020 19:46
#5

And there is no one who can do this Local; (

Edited by Falk on 05-11-2020 03:38

Posted by Falk on 05-11-2020 03:40
#6

You can do it, start with 1 file at a time from English, if you have any questions we will be happy to assist -  https://translate.phpfusion.com/proje...les/invite
 

Edited by Falk on 05-11-2020 03:46