<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>[37669] trunk/src/wp-includes/formatting.php: Docs: Add extensive documentation to the `remove_accents()` DocBlock outlining the accented characters core replaces.</title>
</head>
<body>

<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; }
#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<div id="msg">
<dl class="meta" style="font-size: 105%">
<dt style="float: left; width: 6em; font-weight: bold">Revision</dt> <dd><a style="font-weight: bold" href="https://core.trac.wordpress.org/changeset/37669">37669</a><script type="application/ld+json">{"@context":"http://schema.org","@type":"EmailMessage","description":"Review this Commit","action":{"@type":"ViewAction","url":"https://core.trac.wordpress.org/changeset/37669","name":"Review Commit"}}</script></dd>
<dt style="float: left; width: 6em; font-weight: bold">Author</dt> <dd>DrewAPicture</dd>
<dt style="float: left; width: 6em; font-weight: bold">Date</dt> <dd>2016-06-09 19:13:09 +0000 (Thu, 09 Jun 2016)</dd>
</dl>

<pre style='padding-left: 1em; margin: 2em 0; border-left: 2px solid #ccc; line-height: 1.25; font-size: 105%; font-family: sans-serif'>Docs: Add extensive documentation to the `remove_accents()` DocBlock outlining the accented characters core replaces.

Covers:
* Currency signs
* Decompositions for Latin-1 Supplement
* Decompositions for Latin Extended-A
* Decompositions for Latin Extended-B
* Vowels with diacritic (Chinese, Hanyu Pinyin)
* Characters replaced for the `de_DE`, `de_DE_formal`, and `da_DK` locales 

Props john_schlick for the initial work.
Props DrewAPicture, ocean90.

See <a href="https://core.trac.wordpress.org/ticket/34677">#34677</a>.</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunksrcwpincludesformattingphp">trunk/src/wp-includes/formatting.php</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunksrcwpincludesformattingphp"></a>
<div class="modfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Modified: trunk/src/wp-includes/formatting.php</h4>
<pre class="diff"><span>
<span class="info" style="display: block; padding: 0 10px; color: #888">--- trunk/src/wp-includes/formatting.php      2016-06-09 19:06:25 UTC (rev 37668)
+++ trunk/src/wp-includes/formatting.php        2016-06-09 19:13:09 UTC (rev 37669)
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -1124,6 +1124,365 @@
</span><span class="cx" style="display: block; padding: 0 10px">  *
</span><span class="cx" style="display: block; padding: 0 10px">  * If there are no accent characters, then the string given is just returned.
</span><span class="cx" style="display: block; padding: 0 10px">  *
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ * **Accent characters converted:**
+ *
+ * Currency signs:
+ *
+ * |   Code   | Glyph | Replacement |     Description     |
+ * | -------- | ----- | ----------- | ------------------- |
+ * | U+00A3   | Â£     | (empty)     | British Pound sign  |
+ * | U+20AC   | â‚¬     | E           | Euro sign           |
+ *
+ * Decompositions for Latin-1 Supplement:
+ *
+ * |  Code   | Glyph | Replacement |               Description              |
+ * | ------- | ----- | ----------- | -------------------------------------- |
+ * | U+00AA  | Âª     | a           | Feminine ordinal indicator             |
+ * | U+00BA  | Âº     | o           | Masculine ordinal indicator            |
+ * | U+00C0  | Ã€     | A           | Latin capital letter A with grave      |
+ * | U+00C1  | Ã     | A           | Latin capital letter A with acute      |
+ * | U+00C2  | Ã‚     | A           | Latin capital letter A with circumflex |
+ * | U+00C3  | Ãƒ     | A           | Latin capital letter A with tilde      |
+ * | U+00C4  | Ã„     | A           | Latin capital letter A with diaeresis  |
+ * | U+00C5  | Ã…     | A           | Latin capital letter A with ring above |
+ * | U+00C6  | Ã†     | AE          | Latin capital letter AE                |
+ * | U+00C7  | Ã‡     | C           | Latin capital letter C with cedilla    |
+ * | U+00C8  | Ãˆ     | E           | Latin capital letter E with grave      |
+ * | U+00C9  | Ã‰     | E           | Latin capital letter E with acute      |
+ * | U+00CA  | ÃŠ     | E           | Latin capital letter E with circumflex |
+ * | U+00CB  | Ã‹     | E           | Latin capital letter E with diaeresis  |
+ * | U+00CC  | ÃŒ     | I           | Latin capital letter I with grave      |
+ * | U+00CD  | Ã     | I           | Latin capital letter I with acute      |
+ * | U+00CE  | ÃŽ     | I           | Latin capital letter I with circumflex |
+ * | U+00CF  | Ã     | I           | Latin capital letter I with diaeresis  |
+ * | U+00D0  | Ã     | D           | Latin capital letter Eth               |
+ * | U+00D1  | Ã‘     | N           | Latin capital letter N with tilde      |
+ * | U+00D2  | Ã’     | O           | Latin capital letter O with grave      |
+ * | U+00D3  | Ã“     | O           | Latin capital letter O with acute      |
+ * | U+00D4  | Ã”     | O           | Latin capital letter O with circumflex |
+ * | U+00D5  | Ã•     | O           | Latin capital letter O with tilde      |
+ * | U+00D6  | Ã–     | O           | Latin capital letter O with diaeresis  |
+ * | U+00D8  | Ã˜     | O           | Latin capital letter O with stroke     |
+ * | U+00D9  | Ã™     | U           | Latin capital letter U with grave      |
+ * | U+00DA  | Ãš     | U           | Latin capital letter U with acute      |
+ * | U+00DB  | Ã›     | U           | Latin capital letter U with circumflex |
+ * | U+00DC  | Ãœ     | U           | Latin capital letter U with diaeresis  |
+ * | U+00DD  | Ã     | Y           | Latin capital letter Y with acute      |
+ * | U+00DE  | Ãž     | TH          | Latin capital letter Thorn             |
+ * | U+00DF  | ÃŸ     | s           | Latin small letter sharp s             |
+ * | U+00E0  | Ã      | a           | Latin small letter a with grave        |
+ * | U+00E1  | Ã¡     | a           | Latin small letter a with acute        |
+ * | U+00E2  | Ã¢     | a           | Latin small letter a with circumflex   |
+ * | U+00E3  | Ã£     | a           | Latin small letter a with tilde        |
+ * | U+00E4  | Ã¤     | a           | Latin small letter a with diaeresis    |
+ * | U+00E5  | Ã¥     | a           | Latin small letter a with ring above   |
+ * | U+00E6  | Ã¦     | ae          | Latin small letter ae                  |
+ * | U+00E7  | Ã§     | c           | Latin small letter c with cedilla      |
+ * | U+00E8  | Ã¨     | e           | Latin small letter e with grave        |
+ * | U+00E9  | Ã©     | e           | Latin small letter e with acute        |
+ * | U+00EA  | Ãª     | e           | Latin small letter e with circumflex   |
+ * | U+00EB  | Ã«     | e           | Latin small letter e with diaeresis    |
+ * | U+00EC  | Ã¬     | i           | Latin small letter i with grave        |
+ * | U+00ED  | Ã­     | i           | Latin small letter i with acute        |
+ * | U+00EE  | Ã®     | i           | Latin small letter i with circumflex   |
+ * | U+00EF  | Ã¯     | i           | Latin small letter i with diaeresis    |
+ * | U+00F0  | Ã°     | d           | Latin small letter Eth                 |
+ * | U+00F1  | Ã±     | n           | Latin small letter n with tilde        |
+ * | U+00F2  | Ã²     | o           | Latin small letter o with grave        |
+ * | U+00F3  | Ã³     | o           | Latin small letter o with acute        |
+ * | U+00F4  | Ã´     | o           | Latin small letter o with circumflex   |
+ * | U+00F5  | Ãµ     | o           | Latin small letter o with tilde        |
+ * | U+00F6  | Ã¶     | o           | Latin small letter o with diaeresis    |
+ * | U+00F8  | Ã¸     | o           | Latin small letter o with stroke       |
+ * | U+00F9  | Ã¹     | u           | Latin small letter u with grave        |
+ * | U+00FA  | Ãº     | u           | Latin small letter u with acute        |
+ * | U+00FB  | Ã»     | u           | Latin small letter u with circumflex   |
+ * | U+00FC  | Ã¼     | u           | Latin small letter u with diaeresis    |
+ * | U+00FD  | Ã½     | y           | Latin small letter y with acute        |
+ * | U+00FE  | Ã¾     | th          | Latin small letter Thorn               |
+ * | U+00FF  | Ã¿     | y           | Latin small letter y with diaeresis    |
+ *
+ * Decompositions for Latin Extended-A:
+ *
+ * |  Code   | Glyph | Replacement |                    Description                    |
+ * | ------- | ----- | ----------- | ------------------------------------------------- |
+ * | U+0100  | Ä€     | A           | Latin capital letter A with macron                |
+ * | U+0101  | Ä     | a           | Latin small letter a with macron                  |
+ * | U+0102  | Ä‚     | A           | Latin capital letter A with breve                 |
+ * | U+0103  | Äƒ     | a           | Latin small letter a with breve                   |
+ * | U+0104  | Ä„     | A           | Latin capital letter A with ogonek                |
+ * | U+0105  | Ä…     | a           | Latin small letter a with ogonek                  |
+ * | U+01006 | Ä†     | C           | Latin capital letter C with acute                 |
+ * | U+0107  | Ä‡     | c           | Latin small letter c with acute                   |
+ * | U+0108  | Äˆ     | C           | Latin capital letter C with circumflex            |
+ * | U+0109  | Ä‰     | c           | Latin small letter c with circumflex              |
+ * | U+010A  | ÄŠ     | C           | Latin capital letter C with dot above             |
+ * | U+010B  | Ä‹     | c           | Latin small letter c with dot above               |
+ * | U+010C  | ÄŒ     | C           | Latin capital letter C with caron                 |
+ * | U+010D  | Ä     | c           | Latin small letter c with caron                   |
+ * | U+010E  | ÄŽ     | D           | Latin capital letter D with caron                 |
+ * | U+010F  | Ä     | d           | Latin small letter d with caron                   |
+ * | U+0110  | Ä     | D           | Latin capital letter D with stroke                |
+ * | U+0111  | Ä‘     | d           | Latin small letter d with stroke                  |
+ * | U+0112  | Ä’     | E           | Latin capital letter E with macron                |
+ * | U+0113  | Ä“     | e           | Latin small letter e with macron                  |
+ * | U+0114  | Ä”     | E           | Latin capital letter E with breve                 |
+ * | U+0115  | Ä•     | e           | Latin small letter e with breve                   |
+ * | U+0116  | Ä–     | E           | Latin capital letter E with dot above             |
+ * | U+0117  | Ä—     | e           | Latin small letter e with dot above               |
+ * | U+0118  | Ä˜     | E           | Latin capital letter E with ogonek                |
+ * | U+0119  | Ä™     | e           | Latin small letter e with ogonek                  |
+ * | U+011A  | Äš     | E           | Latin capital letter E with caron                 |
+ * | U+011B  | Ä›     | e           | Latin small letter e with caron                   |
+ * | U+011C  | Äœ     | G           | Latin capital letter G with circumflex            |
+ * | U+011D  | Ä     | g           | Latin small letter g with circumflex              |
+ * | U+011E  | Äž     | G           | Latin capital letter G with breve                 |
+ * | U+011F  | ÄŸ     | g           | Latin small letter g with breve                   |
+ * | U+0120  | Ä      | G           | Latin capital letter G with dot above             |
+ * | U+0121  | Ä¡     | g           | Latin small letter g with dot above               |
+ * | U+0122  | Ä¢     | G           | Latin capital letter G with cedilla               |
+ * | U+0123  | Ä£     | g           | Latin small letter g with cedilla                 |
+ * | U+0124  | Ä¤     | H           | Latin capital letter H with circumflex            |
+ * | U+0125  | Ä¥     | h           | Latin small letter h with circumflex              |
+ * | U+0126  | Ä¦     | H           | Latin capital letter H with stroke                |
+ * | U+0127  | Ä§     | h           | Latin small letter h with stroke                  |
+ * | U+0128  | Ä¨     | I           | Latin capital letter I with tilde                 |
+ * | U+0129  | Ä©     | i           | Latin small letter i with tilde                   |
+ * | U+012A  | Äª     | I           | Latin capital letter I with macron                |
+ * | U+012B  | Ä«     | i           | Latin small letter i with macron                  |
+ * | U+012C  | Ä¬     | I           | Latin capital letter I with breve                 |
+ * | U+012D  | Ä­     | i           | Latin small letter i with breve                   |
+ * | U+012E  | Ä®     | I           | Latin capital letter I with ogonek                |
+ * | U+012F  | Ä¯     | i           | Latin small letter i with ogonek                  |
+ * | U+0130  | Ä°     | I           | Latin capital letter I with dot above             |
+ * | U+0131  | Ä±     | i           | Latin small letter dotless i                      |
+ * | U+0132  | Ä²     | IJ          | Latin capital ligature IJ                         |
+ * | U+0133  | Ä³     | ij          | Latin small ligature ij                           |
+ * | U+0134  | Ä´     | J           | Latin capital letter J with circumflex            |
+ * | U+0135  | Äµ     | j           | Latin small letter j with circumflex              |
+ * | U+0136  | Ä¶     | K           | Latin capital letter K with cedilla               |
+ * | U+0137  | Ä·     | k           | Latin small letter k with cedilla                 |
+ * | U+0138  | Ä¸     | k           | Latin small letter Kra                            |
+ * | U+0139  | Ä¹     | L           | Latin capital letter L with acute                 |
+ * | U+013A  | Äº     | l           | Latin small letter l with acute                   |
+ * | U+013B  | Ä»     | L           | Latin capital letter L with cedilla               |
+ * | U+013C  | Ä¼     | l           | Latin small letter l with cedilla                 |
+ * | U+013D  | Ä½     | L           | Latin capital letter L with caron                 |
+ * | U+013E  | Ä¾     | l           | Latin small letter l with caron                   |
+ * | U+013F  | Ä¿     | L           | Latin capital letter L with middle dot            |
+ * | U+0140  | Å€     | l           | Latin small letter l with middle dot              |
+ * | U+0141  | Å     | L           | Latin capital letter L with stroke                |
+ * | U+0142  | Å‚     | l           | Latin small letter l with stroke                  |
+ * | U+0143  | Åƒ     | N           | Latin capital letter N with acute                 |
+ * | U+0144  | Å„     | n           | Latin small letter N with acute                   |
+ * | U+0145  | Å…     | N           | Latin capital letter N with cedilla               |
+ * | U+0146  | Å†     | n           | Latin small letter n with cedilla                 |
+ * | U+0147  | Å‡     | N           | Latin capital letter N with caron                 |
+ * | U+0148  | Åˆ     | n           | Latin small letter n with caron                   |
+ * | U+0149  | Å‰     | N           | Latin small letter n preceded by apostrophe       |
+ * | U+014A  | ÅŠ     | n           | Latin capital letter Eng                          |
+ * | U+014B  | Å‹     | N           | Latin small letter Eng                            |
+ * | U+014C  | ÅŒ     | O           | Latin capital letter O with macron                |
+ * | U+014D  | Å     | o           | Latin small letter o with macron                  |
+ * | U+014E  | ÅŽ     | O           | Latin capital letter O with breve                 |
+ * | U+014F  | Å     | o           | Latin small letter o with breve                   |
+ * | U+0150  | Å     | O           | Latin capital letter O with double acute          |
+ * | U+0151  | Å‘     | o           | Latin small letter o with double acute            |
+ * | U+0152  | Å’     | OE          | Latin capital ligature OE                         |
+ * | U+0153  | Å“     | oe          | Latin small ligature oe                           |
+ * | U+0154  | Å”     | R           | Latin capital letter R with acute                 |
+ * | U+0155  | Å•     | r           | Latin small letter r with acute                   |
+ * | U+0156  | Å–     | R           | Latin capital letter R with cedilla               |
+ * | U+0157  | Å—     | r           | Latin small letter r with cedilla                 |
+ * | U+0158  | Å˜     | R           | Latin capital letter R with caron                 |
+ * | U+0159  | Å™     | r           | Latin small letter r with caron                   |
+ * | U+015A  | Åš     | S           | Latin capital letter S with acute                 |
+ * | U+015B  | Å›     | s           | Latin small letter s with acute                   |
+ * | U+015C  | Åœ     | S           | Latin capital letter S with circumflex            |
+ * | U+015D  | Å     | s           | Latin small letter s with circumflex              |
+ * | U+015E  | Åž     | S           | Latin capital letter S with cedilla               |
+ * | U+015F  | ÅŸ     | s           | Latin small letter s with cedilla                 |
+ * | U+0160  | Å      | S           | Latin capital letter S with caron                 |
+ * | U+0161  | Å¡     | s           | Latin small letter s with caron                   |
+ * | U+0162  | Å¢     | T           | Latin capital letter T with cedilla               |
+ * | U+0163  | Å£     | t           | Latin small letter t with cedilla                 |
+ * | U+0164  | Å¤     | T           | Latin capital letter T with caron                 |
+ * | U+0165  | Å¥     | t           | Latin small letter t with caron                   |
+ * | U+0166  | Å¦     | T           | Latin capital letter T with stroke                |
+ * | U+0167  | Å§     | t           | Latin small letter t with stroke                  |
+ * | U+0168  | Å¨     | U           | Latin capital letter U with tilde                 |
+ * | U+0169  | Å©     | u           | Latin small letter u with tilde                   |
+ * | U+016A  | Åª     | U           | Latin capital letter U with macron                |
+ * | U+016B  | Å«     | u           | Latin small letter u with macron                  |
+ * | U+016C  | Å¬     | U           | Latin capital letter U with breve                 |
+ * | U+016D  | Å­     | u           | Latin small letter u with breve                   |
+ * | U+016E  | Å®     | U           | Latin capital letter U with ring above            |
+ * | U+016F  | Å¯     | u           | Latin small letter u with ring above              |
+ * | U+0170  | Å°     | U           | Latin capital letter U with double acute          |
+ * | U+0171  | Å±     | u           | Latin small letter u with double acute            |
+ * | U+0172  | Å²     | U           | Latin capital letter U with ogonek                |
+ * | U+0173  | Å³     | u           | Latin small letter u with ogonek                  |
+ * | U+0174  | Å´     | W           | Latin capital letter W with circumflex            |
+ * | U+0175  | Åµ     | w           | Latin small letter w with circumflex              |
+ * | U+0176  | Å¶     | Y           | Latin capital letter Y with circumflex            |
+ * | U+0177  | Å·     | y           | Latin small letter y with circumflex              |
+ * | U+0178  | Å¸     | Y           | Latin capital letter Y with diaeresis             |
+ * | U+0179  | Å¹     | Z           | Latin capital letter Z with acute                 |
+ * | U+017A  | Åº     | z           | Latin small letter z with acute                   |
+ * | U+017B  | Å»     | Z           | Latin capital letter Z with dot above             |
+ * | U+017C  | Å¼     | z           | Latin small letter z with dot above               |
+ * | U+017D  | Å½     | Z           | Latin capital letter Z with caron                 |
+ * | U+017E  | Å¾     | z           | Latin small letter z with caron                   |
+ * | U+017F  | Å¿     | s           | Latin small letter long s                         |
+ * | U+01A0  | Æ      | O           | Latin capital letter O with horn                  |
+ * | U+01A1  | Æ¡     | o           | Latin small letter o with horn                    |
+ * | U+01AF  | Æ¯     | U           | Latin capital letter U with horn                  |
+ * | U+01B0  | Æ°     | u           | Latin small letter u with horn                    |
+ * | U+01CD  | Ç     | A           | Latin capital letter A with caron                 |
+ * | U+01CE  | ÇŽ     | a           | Latin small letter a with caron                   |
+ * | U+01CF  | Ç     | I           | Latin capital letter I with caron                 |
+ * | U+01D0  | Ç     | i           | Latin small letter i with caron                   |
+ * | U+01D1  | Ç‘     | O           | Latin capital letter O with caron                 |
+ * | U+01D2  | Ç’     | o           | Latin small letter o with caron                   |
+ * | U+01D3  | Ç“     | U           | Latin capital letter U with caron                 |
+ * | U+01D4  | Ç”     | u           | Latin small letter u with caron                   |
+ * | U+01D5  | Ç•     | U           | Latin capital letter U with diaeresis and macron  |
+ * | U+01D6  | Ç–     | u           | Latin small letter u with diaeresis and macron    |
+ * | U+01D7  | Ç—     | U           | Latin capital letter U with diaeresis and acute   |
+ * | U+01D8  | Ç˜     | u           | Latin small letter u with diaeresis and acute     |
+ * | U+01D9  | Ç™     | U           | Latin capital letter U with diaeresis and caron   |
+ * | U+01DA  | Çš     | u           | Latin small letter u with diaeresis and caron     |
+ * | U+01DB  | Ç›     | U           | Latin capital letter U with diaeresis and grave   |
+ * | U+01DC  | Çœ     | u           | Latin small letter u with diaeresis and grave     |
+ *
+ * Decompositions for Latin Extended-B:
+ *
+ * |   Code   | Glyph | Replacement |                Description                |
+ * | -------- | ----- | ----------- | ----------------------------------------- |
+ * | U+0218   | È˜     | S           | Latin capital letter S with comma below   |
+ * | U+0219   | È™     | s           | Latin small letter s with comma below     |
+ * | U+021A   | Èš     | T           | Latin capital letter T with comma below   |
+ * | U+021B   | È›     | t           | Latin small letter t with comma below     |
+ *
+ * Vowels with diacritic (Chinese, Hanyu Pinyin):
+ *
+ * |   Code   | Glyph | Replacement |                      Description                      |
+ * | -------- | ----- | ----------- | ----------------------------------------------------- |
+ * | U+0251   | É‘     | a           | Latin small letter alpha                              |
+ * | U+1EA0   | áº      | A           | Latin capital letter A with dot below                 |
+ * | U+1EA1   | áº¡     | a           | Latin small letter a with dot below                   |
+ * | U+1EA2   | áº¢     | A           | Latin capital letter A with hook above                |
+ * | U+1EA3   | áº£     | a           | Latin small letter a with hook above                  |
+ * | U+1EA4   | áº¤     | A           | Latin capital letter A with circumflex and acute      |
+ * | U+1EA5   | áº¥     | a           | Latin small letter a with circumflex and acute        |
+ * | U+1EA6   | áº¦     | A           | Latin capital letter A with circumflex and grave      |
+ * | U+1EA7   | áº§     | a           | Latin small letter a with circumflex and grave        |
+ * | U+1EA8   | áº¨     | A           | Latin capital letter A with circumflex and hook above |
+ * | U+1EA9   | áº©     | a           | Latin small letter a with circumflex and hook above   |
+ * | U+1EAA   | áºª     | A           | Latin capital letter A with circumflex and tilde      |
+ * | U+1EAB   | áº«     | a           | Latin small letter a with circumflex and tilde        |
+ * | U+1EA6   | áº¬     | A           | Latin capital letter A with circumflex and dot below  |
+ * | U+1EAD   | áº­     | a           | Latin small letter a with circumflex and dot below    |
+ * | U+1EAE   | áº®     | A           | Latin capital letter A with breve and acute           |
+ * | U+1EAF   | áº¯     | a           | Latin small letter a with breve and acute             |
+ * | U+1EB0   | áº°     | A           | Latin capital letter A with breve and grave           |
+ * | U+1EB1   | áº±     | a           | Latin small letter a with breve and grave             |
+ * | U+1EB2   | áº²     | A           | Latin capital letter A with breve and hook above      |
+ * | U+1EB3   | áº³     | a           | Latin small letter a with breve and hook above        |
+ * | U+1EB4   | áº´     | A           | Latin capital letter A with breve and tilde           |
+ * | U+1EB5   | áºµ     | a           | Latin small letter a with breve and tilde             |
+ * | U+1EB6   | áº¶     | A           | Latin capital letter A with breve and dot below       |
+ * | U+1EB7   | áº·     | a           | Latin small letter a with breve and dot below         |
+ * | U+1EB8   | áº¸     | E           | Latin capital letter E with dot below                 |
+ * | U+1EB9   | áº¹     | e           | Latin small letter e with dot below                   |
+ * | U+1EBA   | áºº     | E           | Latin capital letter E with hook above                |
+ * | U+1EBB   | áº»     | e           | Latin small letter e with hook above                  |
+ * | U+1EBC   | áº¼     | E           | Latin capital letter E with tilde                     |
+ * | U+1EBD   | áº½     | e           | Latin small letter e with tilde                       |
+ * | U+1EBE   | áº¾     | E           | Latin capital letter E with circumflex and acute      |
+ * | U+1EBF   | áº¿     | e           | Latin small letter e with circumflex and acute        |
+ * | U+1EC0   | á»€     | E           | Latin capital letter E with circumflex and grave      |
+ * | U+1EC1   | á»     | e           | Latin small letter e with circumflex and grave        |
+ * | U+1EC2   | á»‚     | E           | Latin capital letter E with circumflex and hook above |
+ * | U+1EC3   | á»ƒ     | e           | Latin small letter e with circumflex and hook above   |
+ * | U+1EC4   | á»„     | E           | Latin capital letter E with circumflex and tilde      |
+ * | U+1EC5   | á»…     | e           | Latin small letter e with circumflex and tilde        |
+ * | U+1EC6   | á»†     | E           | Latin capital letter E with circumflex and dot below  |
+ * | U+1EC7   | á»‡     | e           | Latin small letter e with circumflex and dot below    |
+ * | U+1EC8   | á»ˆ     | I           | Latin capital letter I with hook above                |
+ * | U+1EC9   | á»‰     | i           | Latin small letter i with hook above                  |
+ * | U+1ECA   | á»Š     | I           | Latin capital letter I with dot below                 |
+ * | U+1ECB   | á»‹     | i           | Latin small letter i with dot below                   |
+ * | U+1ECC   | á»Œ     | O           | Latin capital letter O with dot below                 |
+ * | U+1ECD   | á»     | o           | Latin small letter o with dot below                   |
+ * | U+1ECE   | á»Ž     | O           | Latin capital letter O with hook above                |
+ * | U+1ECF   | á»     | o           | Latin small letter o with hook above                  |
+ * | U+1ED0   | á»     | O           | Latin capital letter O with circumflex and acute      |
+ * | U+1ED1   | á»‘     | o           | Latin small letter o with circumflex and acute        |
+ * | U+1ED2   | á»’     | O           | Latin capital letter O with circumflex and grave      |
+ * | U+1ED3   | á»“     | o           | Latin small letter o with circumflex and grave        |
+ * | U+1ED4   | á»”     | O           | Latin capital letter O with circumflex and hook above |
+ * | U+1ED5   | á»•     | o           | Latin small letter o with circumflex and hook above   |
+ * | U+1ED6   | á»–     | O           | Latin capital letter O with circumflex and tilde      |
+ * | U+1ED7   | á»—     | o           | Latin small letter o with circumflex and tilde        |
+ * | U+1ED8   | á»˜     | O           | Latin capital letter O with circumflex and dot below  |
+ * | U+1ED9   | á»™     | o           | Latin small letter o with circumflex and dot below    |
+ * | U+1EDA   | á»š     | O           | Latin capital letter O with horn and acute            |
+ * | U+1EDB   | á»›     | o           | Latin small letter o with horn and acute              |
+ * | U+1EDC   | á»œ     | O           | Latin capital letter O with horn and grave            |
+ * | U+1EDD   | á»     | o           | Latin small letter o with horn and grave              |
+ * | U+1EDE   | á»ž     | O           | Latin capital letter O with horn and hook above       |
+ * | U+1EDF   | á»Ÿ     | o           | Latin small letter o with horn and hook above         |
+ * | U+1EE0   | á»      | O           | Latin capital letter O with horn and tilde            |
+ * | U+1EE1   | á»¡     | o           | Latin small letter o with horn and tilde              |
+ * | U+1EE2   | á»¢     | O           | Latin capital letter O with horn and dot below        |
+ * | U+1EE3   | á»£     | o           | Latin small letter o with horn and dot below          |
+ * | U+1EE4   | á»¤     | U           | Latin capital letter U with dot below                 |
+ * | U+1EE5   | á»¥     | u           | Latin small letter u with dot below                   |
+ * | U+1EE6   | á»¦     | U           | Latin capital letter U with hook above                |
+ * | U+1EE7   | á»§     | u           | Latin small letter u with hook above                  |
+ * | U+1EE8   | á»¨     | U           | Latin capital letter U with horn and acute            |
+ * | U+1EE9   | á»©     | u           | Latin small letter u with horn and acute              |
+ * | U+1EEA   | á»ª     | U           | Latin capital letter U with horn and grave            |
+ * | U+1EEB   | á»«     | u           | Latin small letter u with horn and grave              |
+ * | U+1EEC   | á»¬     | U           | Latin capital letter U with horn and hook above       |
+ * | U+1EED   | á»­     | u           | Latin small letter u with horn and hook above         |
+ * | U+1EEE   | á»®     | U           | Latin capital letter U with horn and tilde            |
+ * | U+1EEF   | á»¯     | u           | Latin small letter u with horn and tilde              |
+ * | U+1EF0   | á»°     | U           | Latin capital letter U with horn and dot below        |
+ * | U+1EF1   | á»±     | u           | Latin small letter u with horn and dot below          |
+ * | U+1EF2   | á»²     | Y           | Latin capital letter Y with grave                     |
+ * | U+1EF3   | á»³     | y           | Latin small letter y with grave                       |
+ * | U+1EF4   | á»´     | Y           | Latin capital letter Y with dot below                 |
+ * | U+1EF5   | á»µ     | y           | Latin small letter y with dot below                   |
+ * | U+1EF6   | á»¶     | Y           | Latin capital letter Y with hook above                |
+ * | U+1EF7   | á»·     | y           | Latin small letter y with hook above                  |
+ * | U+1EF8   | á»¸     | Y           | Latin capital letter Y with tilde                     |
+ * | U+1EF9   | á»¹     | y           | Latin small letter y with tilde                       |
+ *
+ * German (`de_DE`) and German formal (`de_DE_formal`) locales:
+ *
+ * |   Code   | Glyph | Replacement |               Description               |
+ * | -------- | ----- | ----------- | --------------------------------------- |
+ * | U+00C4   | Ã„     | Ae          | Latin capital letter A with diaeresis   |
+ * | U+00E4   | Ã¤     | ae          | Latin small letter a with diaeresis     |
+ * | U+00D6   | Ã–     | Oe          | Latin capital letter O with diaeresis   |
+ * | U+00F6   | Ã¶     | oe          | Latin small letter o with diaeresis     |
+ * | U+00DC   | Ãœ     | Ue          | Latin capital letter U with diaeresis   |
+ * | U+00FC   | Ã¼     | ue          | Latin small letter u with diaeresis     |
+ * | U+00DF   | ÃŸ     | ss          | Latin small letter sharp s              |
+ *
+ * Danish (`da_DK`) locale:
+ *
+ * |   Code   | Glyph | Replacement |               Description               |
+ * | -------- | ----- | ----------- | --------------------------------------- |
+ * | U+00C6   | Ã†     | Ae          | Latin capital letter AE                 |
+ * | U+00E6   | Ã¦     | ae          | Latin small letter ae                   |
+ * | U+00D8   | Ã˜     | Oe          | Latin capital letter O with stroke      |
+ * | U+00F8   | Ã¸     | oe          | Latin small letter o with stroke        |
+ * | U+00C5   | Ã…     | Aa          | Latin capital letter A with ring above  |
+ * | U+00E5   | Ã¥     | aa          | Latin small letter a with ring above    |
+ *
</ins><span class="cx" style="display: block; padding: 0 10px">  * @since 1.2.1
</span><span class="cx" style="display: block; padding: 0 10px">  *
</span><span class="cx" style="display: block; padding: 0 10px">  * @param string $string Text that might have accent characters
</span></span></pre>
</div>
</div>

</body>
</html>