Unicode Character 'REPLACEMENT CHARACTER' (U+FFFD)
文章推薦指數: 80 %
Unicode Character 'REPLACEMENT CHARACTER' (U+FFFD) ; Comments, used to replace an incoming character whose value is unknown or unrepresentable in Unicode compare ... UnicodeCharacter'REPLACEMENTCHARACTER'(U+FFFD) FileFormat.Info Youarein FileFormat.Info » Info » Unicode » Characters » U+FFFD UnicodeCharacter'REPLACEMENTCHARACTER'(U+FFFD) BrowserTestPage Outline(asSVGfile) FontsthatsupportU+FFFD UnicodeData Name REPLACEMENTCHARACTER Block Specials Category Symbol,Other[So] Combine 0 BIDI OtherNeutrals[ON] Mirror N Indexentries REPLACEMENTCHARACTER Comments usedtoreplaceanincomingcharacterwhosevalueisunknownorunrepresentableinUnicodecomparetheuseofU+001Aasacontrolcharactertoindicatethesubstitutefunction SeeAlso uncertaintysignU+2BD1negativesquaredquestionmarkU+1FBC4 Version Unicode1.1.0(June,1993) Encodings HTMLEntity(decimal) � HTMLEntity(hex) � HowtotypeinMicrosoftWindows Alt+FFFD UTF-8(hex) 0xEF0xBF0xBD(efbfbd) UTF-8(binary) 11101111:10111111:10111101 UTF-16(hex) 0xFFFD(fffd) UTF-16(decimal) 65,533 UTF-32(hex) 0x0000FFFD(fffd) UTF-32(decimal) 65,533 C/C++/Javasourcecode "\uFFFD" Pythonsourcecode u"\uFFFD" More... JavaData string.toUpperCase() � string.toLowerCase() � Character.UnicodeBlock SPECIALS Character.charCount() 1 Character.getDirectionality() DIRECTIONALITY_OTHER_NEUTRALS[13] Character.getNumericValue() -1 Character.getType() 28 Character.isDefined() Yes Character.isDigit() No Character.isIdentifierIgnorable() No Character.isISOControl() No Character.isJavaIdentifierPart() No Character.isJavaIdentifierStart() No Character.isLetter() No Character.isLetterOrDigit() No Character.isLowerCase() No Character.isMirrored() No Character.isSpaceChar() No Character.isSupplementaryCodePoint() No Character.isTitleCase() No Character.isUnicodeIdentifierPart() No Character.isUnicodeIdentifierStart() No Character.isUpperCase() No Character.isValidCodePoint() Yes Character.isWhitespace() No
延伸文章資訊
- 1document and implement invalid UTF-8 treated as U+FFFD ...
Invalid UTF-8 gets turned, one byte at a time, into U+FFFD. Here is text from the spec about rang...
- 2Unicode Replacement Character (U+FFFD) - Sublime Forum
I am currently working on a c++ project where it sometimes happens that typing a space is interpr...
- 3Unicode字元列表- 維基百科,自由的百科全書
- 4Oracle OCI changeing invalid UTF8 characters to U+FFFD
It is correct, by the Unicode standard, to replace such data by U+FFFD REPLACEMENT CHARACTER when...
- 5ConPTY mangles U+1F600 to U+FFFD · Issue #2770 - GitHub
U+FFFD, REPLACEMENT CHARACTER, gets sent through instead. This doesn't affect most characters. Th...