René's URL Explorer Experiment


Title: Unicode HOWTO — Python 3.14.0 說明文件

direct link

Domain: python.github.io

readthedocs-addons-api-version1

Links:

https://www.python.org/
目錄https://python.github.io/python-docs-zh-tw/contents.html
Unicode HOWTOhttps://python.github.io/python-docs-zh-tw/howto/unicode.html
Introduction to Unicodehttps://python.github.io/python-docs-zh-tw/howto/unicode.html#introduction-to-unicode
定義https://python.github.io/python-docs-zh-tw/howto/unicode.html#definitions
Encodingshttps://python.github.io/python-docs-zh-tw/howto/unicode.html#encodings
Referenceshttps://python.github.io/python-docs-zh-tw/howto/unicode.html#references
Python's Unicode Supporthttps://python.github.io/python-docs-zh-tw/howto/unicode.html#python-s-unicode-support
The String Typehttps://python.github.io/python-docs-zh-tw/howto/unicode.html#the-string-type
Converting to Byteshttps://python.github.io/python-docs-zh-tw/howto/unicode.html#converting-to-bytes
Unicode Literals in Python Source Codehttps://python.github.io/python-docs-zh-tw/howto/unicode.html#unicode-literals-in-python-source-code
Unicode Propertieshttps://python.github.io/python-docs-zh-tw/howto/unicode.html#unicode-properties
Comparing Stringshttps://python.github.io/python-docs-zh-tw/howto/unicode.html#comparing-strings
Unicode Regular Expressionshttps://python.github.io/python-docs-zh-tw/howto/unicode.html#unicode-regular-expressions
Referenceshttps://python.github.io/python-docs-zh-tw/howto/unicode.html#id2
Reading and Writing Unicode Datahttps://python.github.io/python-docs-zh-tw/howto/unicode.html#reading-and-writing-unicode-data
Unicode filenameshttps://python.github.io/python-docs-zh-tw/howto/unicode.html#unicode-filenames
Tips for Writing Unicode-aware Programshttps://python.github.io/python-docs-zh-tw/howto/unicode.html#tips-for-writing-unicode-aware-programs
Converting Between File Encodingshttps://python.github.io/python-docs-zh-tw/howto/unicode.html#converting-between-file-encodings
Files in an Unknown Encodinghttps://python.github.io/python-docs-zh-tw/howto/unicode.html#files-in-an-unknown-encoding
Referenceshttps://python.github.io/python-docs-zh-tw/howto/unicode.html#id3
致謝https://python.github.io/python-docs-zh-tw/howto/unicode.html#acknowledgements
排序技法https://python.github.io/python-docs-zh-tw/howto/sorting.html
如何使用 urllib 套件取得網路資源https://python.github.io/python-docs-zh-tw/howto/urllib2.html
回報錯誤https://python.github.io/python-docs-zh-tw/bugs.html
顯示原始碼 https://github.com/python/cpython/blob/main/Doc/howto/unicode.rst?plain=1
索引https://python.github.io/python-docs-zh-tw/genindex.html
模組https://python.github.io/python-docs-zh-tw/py-modindex.html
下一頁https://python.github.io/python-docs-zh-tw/howto/urllib2.html
上一頁https://python.github.io/python-docs-zh-tw/howto/sorting.html
Pythonhttps://www.python.org/
3.14.0 Documentationhttps://python.github.io/python-docs-zh-tw/index.html
Python 如何達成任務https://python.github.io/python-docs-zh-tw/howto/index.html
Unicode HOWTOhttps://python.github.io/python-docs-zh-tw/howto/unicode.html
https://python.github.io/python-docs-zh-tw/howto/unicode.html#unicode-howto
https://python.github.io/python-docs-zh-tw/howto/unicode.html#introduction-to-unicode
https://python.github.io/python-docs-zh-tw/howto/unicode.html#definitions
https://www.unicode.org/https://www.unicode.org/
actual number assignedhttps://www.unicode.org/versions/latest/#Summary
https://python.github.io/python-docs-zh-tw/howto/unicode.html#encodings
https://python.github.io/python-docs-zh-tw/howto/unicode.html#references
Unicode Consortium sitehttps://www.unicode.org
A chronologyhttps://www.unicode.org/history/
discusses the history of Unicode and UTF-8https://www.youtube.com/watch?v=MijmeoH9LT4
an introductory guidehttps://jkorpela.fi/unicode/guide.html
good introductory articlehttps://www.joelonsoftware.com/2003/10/08/the-absolute-minimum-every-software-developer-absolutely-positively-must-know-about-unicode-and-character-sets-no-excuses/
character encodinghttps://en.wikipedia.org/wiki/Character_encoding
UTF-8https://en.wikipedia.org/wiki/UTF-8
https://python.github.io/python-docs-zh-tw/howto/unicode.html#python-s-unicode-support
https://python.github.io/python-docs-zh-tw/howto/unicode.html#the-string-type
strhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#str
decode()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes.decode
byteshttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes
UnicodeDecodeErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#UnicodeDecodeError
標準編碼https://python.github.io/python-docs-zh-tw/library/codecs.html#standard-encodings
chr()https://python.github.io/python-docs-zh-tw/library/functions.html#chr
ord()https://python.github.io/python-docs-zh-tw/library/functions.html#ord
https://python.github.io/python-docs-zh-tw/howto/unicode.html#converting-to-bytes
bytes.decode()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes.decode
str.encode()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#str.encode
byteshttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes
decode()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes.decode
codecshttps://python.github.io/python-docs-zh-tw/library/codecs.html#module-codecs
codecshttps://python.github.io/python-docs-zh-tw/library/codecs.html#module-codecs
https://python.github.io/python-docs-zh-tw/howto/unicode.html#unicode-literals-in-python-source-code
chr()https://python.github.io/python-docs-zh-tw/library/functions.html#chr
PEP 263https://peps.python.org/pep-0263/
https://python.github.io/python-docs-zh-tw/howto/unicode.html#unicode-properties
the General Category Values section of the Unicode Character Database documentationhttps://www.unicode.org/reports/tr44/#General_Category_Values
https://python.github.io/python-docs-zh-tw/howto/unicode.html#comparing-strings
casefold()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#str.casefold
unicodedatahttps://python.github.io/python-docs-zh-tw/library/unicodedata.html#module-unicodedata
normalize()https://python.github.io/python-docs-zh-tw/library/unicodedata.html#unicodedata.normalize
normalize()https://python.github.io/python-docs-zh-tw/library/unicodedata.html#unicodedata.normalize
normalize()https://python.github.io/python-docs-zh-tw/library/unicodedata.html#unicodedata.normalize
casefold()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#str.casefold
https://python.github.io/python-docs-zh-tw/howto/unicode.html#unicode-regular-expressions
rehttps://python.github.io/python-docs-zh-tw/library/re.html#module-re
re.ASCIIhttps://python.github.io/python-docs-zh-tw/library/re.html#re.ASCII
compile()https://python.github.io/python-docs-zh-tw/library/re.html#re.compile
re.ASCIIhttps://python.github.io/python-docs-zh-tw/library/re.html#re.ASCII
https://python.github.io/python-docs-zh-tw/howto/unicode.html#id2
Processing Text Files in Python 3https://python-notes.curiousefficiency.org/en/latest/python3/text_file_processing.html
Pragmatic Unicodehttps://nedbatchelder.com/text/unipain.html
strhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#str
Text Sequence Type --- strhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#textseq
unicodedatahttps://python.github.io/python-docs-zh-tw/library/unicodedata.html#module-unicodedata
codecshttps://python.github.io/python-docs-zh-tw/library/codecs.html#module-codecs
a presentation titled "Python and Unicode" (PDF slides)https://downloads.egenix.com/python/Unicode-EPC2002-Talk.pdf
https://python.github.io/python-docs-zh-tw/howto/unicode.html#reading-and-writing-unicode-data
open()https://python.github.io/python-docs-zh-tw/library/functions.html#open
read()https://python.github.io/python-docs-zh-tw/library/io.html#io.TextIOBase.read
write()https://python.github.io/python-docs-zh-tw/library/io.html#io.TextIOBase.write
open()https://python.github.io/python-docs-zh-tw/library/functions.html#open
str.encode()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#str.encode
bytes.decode()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes.decode
https://python.github.io/python-docs-zh-tw/howto/unicode.html#unicode-filenames
filesystem encodinghttps://python.github.io/python-docs-zh-tw/glossary.html#term-filesystem-encoding-and-error-handler
sys.getfilesystemencoding()https://python.github.io/python-docs-zh-tw/library/sys.html#sys.getfilesystemencoding
oshttps://python.github.io/python-docs-zh-tw/library/os.html#module-os
os.stat()https://python.github.io/python-docs-zh-tw/library/os.html#os.stat
os.listdir()https://python.github.io/python-docs-zh-tw/library/os.html#os.listdir
os.listdir()https://python.github.io/python-docs-zh-tw/library/os.html#os.listdir
filesystem encodinghttps://python.github.io/python-docs-zh-tw/glossary.html#term-filesystem-encoding-and-error-handler
https://python.github.io/python-docs-zh-tw/howto/unicode.html#tips-for-writing-unicode-aware-programs
TypeErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#TypeError
https://python.github.io/python-docs-zh-tw/howto/unicode.html#converting-between-file-encodings
StreamRecoderhttps://python.github.io/python-docs-zh-tw/library/codecs.html#codecs.StreamRecoder
StreamRecoderhttps://python.github.io/python-docs-zh-tw/library/codecs.html#codecs.StreamRecoder
https://python.github.io/python-docs-zh-tw/howto/unicode.html#files-in-an-unknown-encoding
https://python.github.io/python-docs-zh-tw/howto/unicode.html#id3
Mastering Python 3 Input/Outputhttps://pyvideo.org/video/289/pycon-2010--mastering-python-3-i-o
PDF slides for Marc-André Lemburg's presentation "Writing Unicode-aware Applications in Python"https://downloads.egenix.com/python/LSM2005-Developing-Unicode-aware-applications-in-Python.pdf
The Guts of Unicode in Pythonhttps://pyvideo.org/video/1768/the-guts-of-unicode-in-python
https://python.github.io/python-docs-zh-tw/howto/unicode.html#acknowledgements
目錄https://python.github.io/python-docs-zh-tw/contents.html
Unicode HOWTOhttps://python.github.io/python-docs-zh-tw/howto/unicode.html
Introduction to Unicodehttps://python.github.io/python-docs-zh-tw/howto/unicode.html#introduction-to-unicode
定義https://python.github.io/python-docs-zh-tw/howto/unicode.html#definitions
Encodingshttps://python.github.io/python-docs-zh-tw/howto/unicode.html#encodings
Referenceshttps://python.github.io/python-docs-zh-tw/howto/unicode.html#references
Python's Unicode Supporthttps://python.github.io/python-docs-zh-tw/howto/unicode.html#python-s-unicode-support
The String Typehttps://python.github.io/python-docs-zh-tw/howto/unicode.html#the-string-type
Converting to Byteshttps://python.github.io/python-docs-zh-tw/howto/unicode.html#converting-to-bytes
Unicode Literals in Python Source Codehttps://python.github.io/python-docs-zh-tw/howto/unicode.html#unicode-literals-in-python-source-code
Unicode Propertieshttps://python.github.io/python-docs-zh-tw/howto/unicode.html#unicode-properties
Comparing Stringshttps://python.github.io/python-docs-zh-tw/howto/unicode.html#comparing-strings
Unicode Regular Expressionshttps://python.github.io/python-docs-zh-tw/howto/unicode.html#unicode-regular-expressions
Referenceshttps://python.github.io/python-docs-zh-tw/howto/unicode.html#id2
Reading and Writing Unicode Datahttps://python.github.io/python-docs-zh-tw/howto/unicode.html#reading-and-writing-unicode-data
Unicode filenameshttps://python.github.io/python-docs-zh-tw/howto/unicode.html#unicode-filenames
Tips for Writing Unicode-aware Programshttps://python.github.io/python-docs-zh-tw/howto/unicode.html#tips-for-writing-unicode-aware-programs
Converting Between File Encodingshttps://python.github.io/python-docs-zh-tw/howto/unicode.html#converting-between-file-encodings
Files in an Unknown Encodinghttps://python.github.io/python-docs-zh-tw/howto/unicode.html#files-in-an-unknown-encoding
Referenceshttps://python.github.io/python-docs-zh-tw/howto/unicode.html#id3
致謝https://python.github.io/python-docs-zh-tw/howto/unicode.html#acknowledgements
排序技法https://python.github.io/python-docs-zh-tw/howto/sorting.html
如何使用 urllib 套件取得網路資源https://python.github.io/python-docs-zh-tw/howto/urllib2.html
回報錯誤https://python.github.io/python-docs-zh-tw/bugs.html
顯示原始碼 https://github.com/python/cpython/blob/main/Doc/howto/unicode.rst?plain=1
索引https://python.github.io/python-docs-zh-tw/genindex.html
模組https://python.github.io/python-docs-zh-tw/py-modindex.html
下一頁https://python.github.io/python-docs-zh-tw/howto/urllib2.html
上一頁https://python.github.io/python-docs-zh-tw/howto/sorting.html
Pythonhttps://www.python.org/
3.14.0 Documentationhttps://python.github.io/python-docs-zh-tw/index.html
Python 如何達成任務https://python.github.io/python-docs-zh-tw/howto/index.html
Unicode HOWTOhttps://python.github.io/python-docs-zh-tw/howto/unicode.html
版權所有https://python.github.io/python-docs-zh-tw/copyright.html
歷史與授權條款https://python.github.io/license.html
敬請捐贈。https://www.python.org/psf/donations/
發現 bughttps://python.github.io/bugs.html
Sphinxhttps://www.sphinx-doc.org/

Viewport: width=device-width, initial-scale=1.0


URLs of crawlers that visited me.