| 1069 | | Unicode strings in a binary form. Without decomposing first, two |
| 1070 | | Unicode strings may contain the same text, but not the same binary |
| 1071 | | data. The decomposition of a string is performed according to tables |
| | 1069 | Unicode strings in a binary form, providing that they use the same |
| | 1070 | encoding. Without decomposing first, two |
| | 1071 | Unicode strings may contain the same text, but not the same byte-for-byte |
| | 1072 | data, even in the same encoding. |
| | 1073 | The decomposition of a string is performed according to tables |