Konvertieren Sie Unicode-Escape-Sequenzen wie \ u in Python

Überblick

Ich wollte eine große Datei mit Zeichen wie "\ u30d5" konvertieren, also habe ich sie nachgeschlagen. Wenn nur wenige Zeichen vorhanden sind, gibt es ein WEB-Tool, sodass dies nicht erforderlich ist.

Quelle

py


# coding: utf-8
import codecs
fin  = codecs.open('C:/tmp/a1.txt', 'r')
fout  = codecs.open('C:/tmp/a2.txt', 'w', 'sjis')
for line in fin:
    s  = line.decode("unicode-escape")
    fout.write(s)
fin.close()
fout.close()

Recommended Posts

Konvertieren Sie Unicode-Escape-Sequenzen wie \ u in Python
[Python] Erweitern Sie Escape-Sequenzen in Hördokumenten
Generieren Sie eine U-Verteilung in Python
Konvertieren Sie die CIDR-Notation in Python
Konvertieren Sie Markdown in Python in PDF
So etwas wie JS setTimeout in Python
MySQL-automatische Escape-Funktion von Parametern in Python
Zeigen Sie Zeichen wie AA in Python an
So etwas wie tail -f in Python
Suchen Sie nach Dateien wie Linux Find in Python
Hinweis: [Python3] Konvertiert datetime in eine Zeichenfolge in einem beliebigen Format
Konvertieren Sie die psd-Datei in Python in png
Führen Sie so etwas wie Redis-Transaktionen in Python aus
In Python von Markdown in HTML konvertieren
Versuchen Sie etwas wie Python für-else in Ruby
Konvertieren Sie die absolute URL in eine relative URL in Python
Konvertieren Sie die FBX-Datei in Python in ASCII <-> BINARY
Konvertieren Sie PDFs mit Python in Massenbilder
Konvertieren Sie den exponentiellen Float in Python in str
String zum Unicode-Escape-Sequenzformat für Python
Konvertieren Sie kubischen Netzcode in Python in WKT
Quadtree in Python --2
Python in der Optimierung
CURL in Python
Metaprogrammierung mit Python
Python 3.3 mit Anaconda
Geokodierung in Python
SendKeys in Python
Metaanalyse in Python
Unittest in Python
Epoche in Python
Zwietracht in Python
Deutsch in Python
DCI in Python
Quicksort in Python
nCr in Python
N-Gramm in Python
Programmieren mit Python
Plink in Python
Konstante in Python
FizzBuzz in Python
SQLite in Python
Schritt AIC in Python
LINE-Bot [0] in Python
CSV in Python
Reverse Assembler mit Python
Reflexion in Python
Konstante in Python
nCr in Python.
Format in Python
Scons in Python 3
Puyopuyo in Python
Python in Virtualenv
PPAP in Python
Quad-Tree in Python
Reflexion in Python
Chemie mit Python
Hashbar in Python
DirectLiNGAM in Python