From 4dd21f983379f70af0b67afe697a990407d9a1ca Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Sat, 11 Feb 2017 18:00:00 +0100 Subject: [PATCH] Minor tweeks to the Turkish hash folding exception. --- dwarf5/latexdoc/otherdebugginginformation.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dwarf5/latexdoc/otherdebugginginformation.tex b/dwarf5/latexdoc/otherdebugginginformation.tex index 76b36d1..7731ad0 100644 --- a/dwarf5/latexdoc/otherdebugginginformation.tex +++ b/dwarf5/latexdoc/otherdebugginginformation.tex @@ -788,8 +788,8 @@ Character Database. That file defines four classes of mappings: Common (C), Simple (S), Full (F), and Turkish (T). The hash computation specified here uses the C + S mappings only, which do not affect the total length of the string, with the addition -that Turkish dotted 'I' and undotted 'I', both -upper and lower case, are translated to the Latin lower case 'i'. +that Turkish upper case dotted '\.{I}' and lower case dotless '\i' +are folded to the Latin lower case 'i'. \eb Each bucket contains the index of an entry in the hashes array. The -- 2.17.1