cSvn-UI for SVN Repositories

cGit-UI – is a web interface for Subversion (SVN) Repositories. cSvn CGI script is writen in C and therefore it's fast enough

6 Commits   0 Branches   2 Tags
bfc1508d (kx 2023-03-24 03:55:33 +0300  1) # All this catalog "translates" are quotation characters.
bfc1508d (kx 2023-03-24 03:55:33 +0300  2) # The msgids must be ASCII and therefore cannot contain real quotation
bfc1508d (kx 2023-03-24 03:55:33 +0300  3) # characters, only substitutes like grave accent (0x60), apostrophe (0x27)
bfc1508d (kx 2023-03-24 03:55:33 +0300  4) # and double quote (0x22). These substitutes look strange; see
bfc1508d (kx 2023-03-24 03:55:33 +0300  5) # http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
bfc1508d (kx 2023-03-24 03:55:33 +0300  6) #
bfc1508d (kx 2023-03-24 03:55:33 +0300  7) # This catalog translates grave accent (0x60) and apostrophe (0x27) to
bfc1508d (kx 2023-03-24 03:55:33 +0300  8) # left single quotation mark (U+2018) and right single quotation mark (U+2019).
bfc1508d (kx 2023-03-24 03:55:33 +0300  9) # It also translates pairs of apostrophe (0x27) to
bfc1508d (kx 2023-03-24 03:55:33 +0300 10) # left single quotation mark (U+2018) and right single quotation mark (U+2019)
bfc1508d (kx 2023-03-24 03:55:33 +0300 11) # and pairs of quotation mark (0x22) to
bfc1508d (kx 2023-03-24 03:55:33 +0300 12) # left double quotation mark (U+201C) and right double quotation mark (U+201D).
bfc1508d (kx 2023-03-24 03:55:33 +0300 13) #
bfc1508d (kx 2023-03-24 03:55:33 +0300 14) # When output to an UTF-8 terminal, the quotation characters appear perfectly.
bfc1508d (kx 2023-03-24 03:55:33 +0300 15) # When output to an ISO-8859-1 terminal, the single quotation marks are
bfc1508d (kx 2023-03-24 03:55:33 +0300 16) # transliterated to apostrophes (by iconv in glibc 2.2 or newer) or to
bfc1508d (kx 2023-03-24 03:55:33 +0300 17) # grave/acute accent (by libiconv), and the double quotation marks are
bfc1508d (kx 2023-03-24 03:55:33 +0300 18) # transliterated to 0x22.
bfc1508d (kx 2023-03-24 03:55:33 +0300 19) # When output to an ASCII terminal, the single quotation marks are
bfc1508d (kx 2023-03-24 03:55:33 +0300 20) # transliterated to apostrophes, and the double quotation marks are
bfc1508d (kx 2023-03-24 03:55:33 +0300 21) # transliterated to 0x22.
bfc1508d (kx 2023-03-24 03:55:33 +0300 22) #
bfc1508d (kx 2023-03-24 03:55:33 +0300 23) # This catalog furthermore displays the text between the quotation marks in
bfc1508d (kx 2023-03-24 03:55:33 +0300 24) # bold face, assuming the VT100/XTerm escape sequences.
bfc1508d (kx 2023-03-24 03:55:33 +0300 25) #