% Codes for the LH fonts by Dmitri Pavlov. Public domain. % Adapted from lhcodes.mf in the LH fonts distribution. % This file is in the UTF-8 encoding. % If you need to use some other encoding, just recode this file. % In particular, you have to recode to a single-byte encoding if you are using a standard version of METAFONT. % You might need to manually change the six codes at the end of this file if your target encoding does not have the corresponding characters. CYR_.A := ASCII"А"; CYR_.a := ASCII"а"; CYR_.B := ASCII"Б"; CYR_.b := ASCII"б"; CYR_.V := ASCII"В"; CYR_.v := ASCII"в"; CYR_.G := ASCII"Г"; CYR_.g := ASCII"г"; CYR_.D := ASCII"Д"; CYR_.d := ASCII"д"; CYR_.E := ASCII"Е"; CYR_.e := ASCII"е"; CYR_.YO := ASCII"Ё"; CYR_.yo := ASCII"ё"; CYR_.ZH := ASCII"Ж"; CYR_.zh := ASCII"ж"; CYR_.Z := ASCII"З"; CYR_.z := ASCII"з"; CYR_.I := ASCII"И"; CYR_.i := ASCII"и"; CYR_.I_shrt := ASCII"Й"; CYR_.i_shrt := ASCII"й"; CYR_.K := ASCII"К"; CYR_.k := ASCII"к"; CYR_.L := ASCII"Л"; CYR_.l := ASCII"л"; CYR_.M := ASCII"М"; CYR_.m := ASCII"м"; CYR_.N := ASCII"Н"; CYR_.n := ASCII"н"; CYR_.O := ASCII"О"; CYR_.o := ASCII"о"; CYR_.P := ASCII"П"; CYR_.p := ASCII"п"; CYR_.R := ASCII"Р"; CYR_.r := ASCII"р"; CYR_.S := ASCII"С"; CYR_.s := ASCII"с"; CYR_.T := ASCII"Т"; CYR_.t := ASCII"т"; CYR_.U := ASCII"У"; CYR_.u := ASCII"у"; CYR_.F := ASCII"Ф"; CYR_.f := ASCII"ф"; CYR_.H := ASCII"Х"; CYR_.h := ASCII"х"; CYR_.C := ASCII"Ц"; CYR_.c := ASCII"ц"; CYR_.CH := ASCII"Ч"; CYR_.ch := ASCII"ч"; CYR_.SH := ASCII"Ш"; CYR_.sh := ASCII"ш"; CYR_.SHCH := ASCII"Щ"; CYR_.shch := ASCII"щ"; CYR_.HRDSN := ASCII"Ъ"; CYR_.hrdsn := ASCII"ъ"; CYR_.ERY := ASCII"Ы"; CYR_.ery := ASCII"ы"; CYR_.SFTSN := ASCII"Ь"; CYR_.sftsn := ASCII"ь"; CYR_.EREV := ASCII"Э"; CYR_.erev := ASCII"э"; CYR_.YU := ASCII"Ю"; CYR_.yu := ASCII"ю"; CYR_.YA := ASCII"Я"; CYR_.ya := ASCII"я"; CYR_.No := ASCII"№"; CYR_.currency := ASCII"¤"; CYR_.section := ASCII"§"; CYR_.baseqq := ASCII"„"; CYR_.flqq := ASCII"«"; CYR_.frqq := ASCII"»";