List Question
20 TechQA 2024-03-20T14:36:52.703000Calculate difference in encoding WITHOUT actually writing to a file?
50 views
Asked by CSharper
write csv with encoding cp1252 with python 3.12
260 views
Asked by Peter
Convert Character Between UTF-8 to ANSI (windows 1252) on VSCode?
235 views
Asked by Hưng Nguyễn
Converting Special Characters in UTF-8 file to cp1252 file in Python
172 views
Asked by user246821
Show æ, ø, å on a docusaurus page (.md and .mdx files)
36 views
Asked by gast
Why might my BufferedWriter output a UTF-8 text file when I'm specifying that the encoding is Cp1252?
116 views
Asked by theolaa
How to convert "\x81" to "ü" with codepage 1252 (windows 1252)
204 views
Asked by Michael
Preserving special characters when writing to a CSV - What encoding to use?
1.3k views
Asked by newbie101
Find code page by code point and equivalent character
31 views
Asked by Martin B.
Convert non UTF-8 ASCII literals in otherwise UTF-8 text to their respective character
87 views
Asked by Markus
Get list of files in directory return encode error for persian files name
183 views
Asked by Spring98
Convert character Code Set from 1252 to 1256
132 views
Asked by ziya
how to Insert utf-8 encoded csv into latin-1 database
45 views
Asked by rookiest
problem string special charset hextobin php
315 views
Asked by Club
Python utf-8 conversion to cp1252
3k views
Asked by Mirek Hotový
Mismatch charset while executing application on Windows and Wine (Ubuntu)
636 views
Asked by hungbv
Node-Fetch API and Blob to convert Windows-1252 characters to utf-8
120 views
Asked by allez l'OM
changing pdf text encoding
2.6k views
Asked by lazba
UnicodeEncodeError with Git Bash but not with cmd.exe
310 views
Asked by Moritz Wolff
Which encoding should Python open function use?
3.6k views
Asked by Dmitry Kuzminov