LC_NAME

LC_NAME % This is the 14652 et_EE fddc-set definition for % the LC_NAME category. % % Define the appropriate representation of a person's name and title. % The operand shall consist of a string, and can contain any combination % of characters and field descriptors. % In addition, the string can contain escape sequences defined below. % %f Family names. % %F Family names in uppercase. % %g First given name. % %G First given initial % %l First given name with latin letters % %o Other shorter name, eg. "Bill" % %m Middle names. % %M Middle initial % %p Profession % %s salutation, such as "Doctor" % %S abbreviated salutation, such as Mr. or Dr. % %d salutation using the FDCC-sets conventions, with 1 for the name_gen, 2 for name_mr, 3 for name_mrs, 4 for name_miss, 5 for name_ms % %t if the preceding escape sequence resulted in an empty string, then the empty string, else a <space> % name_fmt "<%><p><%><t><%><g><%><t><%><m><%><t><%><f>" % Tulemus: leiutaja Jaan Juhan Tatikas % % The operand is a string defining a salutation valid for all persons, % example: the Japanese "-san" salutation. name_gen "<l><g><p>" % % The operand is a string defining a salutation valid for males. name_mr "<h><r>" % % The operand is a string defining a salutation valid for married females. name_mrs "<p><r>" % % The operand is a string defining a salutation valid for unmarried females. name_miss "<p><r><l>" % % The operand is a string defining a salutation valid for all females. name_ms "<p><r>" END LC_NAME