github.com/shogo82148/std@v1.22.1-0.20240327122250-4e474527810c/unicode/casetables.go (about) 1 // Copyright 2009 The Go Authors. All rights reserved. 2 // Use of this source code is governed by a BSD-style 3 // license that can be found in the LICENSE file. 4 5 // TODO: This file contains the special casing rules for Turkish and Azeri only. 6 // It should encompass all the languages with special casing rules 7 // and be generated automatically, but that requires some API 8 // development first. 9 10 package unicode 11 12 var TurkishCase SpecialCase = _TurkishCase 13 14 var AzeriCase SpecialCase = _TurkishCase