A malicious Python package on PyPI uses Unicode as an obfuscation technique to evade detection while stealing and exfiltrating developers' account credentials and other sensitive data from compromised ...
サーバーの生ログや、外部APIからのレスポンスデータを確認しているとき、日本語であるはずの箇所が \u8a8d\u8a3c のような英数字の羅列になっていて困ったことはありませんか? これは厳密には「文字化け」ではなく、ユニコードエスケープ(Unicode Escape ...
This is a Python implementation of the Unicode Collation Algorithm (UCA). It passes 100% of the UCA conformance tests for Unicode 5.2.0 (Python 2.7), Unicode 6.3.0 (Python 3.3+), Unicode 8.0.0 (Python ...
データの表記ゆれにどう対処するか? 以前、あるクライエントから大量のテキストデータをもらったことがありまして、その校正作業を頼まれたことがあります。 細かな表記ゆれなどの修正でしたが、意外に手間がかかる作業として、「ア」「ァ」「1 ...
A malicious Python package on the Python Package Index (PyPI) repository has been found to use Unicode as a trick to evade detection and deploy an info-stealing malware. The package in question, named ...
A Python package to enable Unicode input and display when running Python from Windows console. The package is not needed on Python 3.6 and newer since the underlying ...