Buradasın
ASCII and Unicode Quotation Marks Guide
cl.cam.ac.uk/~mgk25/ucs/quotes.htmlYapay zekadan makale özeti
- Problem and Background
- Recommended Solutions
- Use apostrophe character (0x27) as both left and right quotation marks
- Unicode provides directional quotation marks U+2018, U+2019, U+201C, U+201D
- Unix shell, Perl, Lisp, and TeX maintain correct ASCII character usage
- Technical Details
- Unicode defines U+0022 (quotation mark) and U+0027 (apostrophe) as neutral characters
- ASCII characters were designed for typewriter users only
- Modern fonts should show accent characters as mutually symmetric shapes
- Implementation
- XFree86 4.0 and newer systems use updated BDF fonts with corrected characters
- PostScript uses CE encoding vector for correct ASCII character mapping
- LaTeX requires upquote package for proper ASCII character mapping