intl/icu/source/extra/uconv/README

Sat, 03 Jan 2015 20:18:00 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Sat, 03 Jan 2015 20:18:00 +0100
branch
TOR_BUG_3246
changeset 7
129ffea94266
permissions
-rw-r--r--

Conditionally enable double key logic according to:
private browsing mode or privacy.thirdparty.isolate preference and
implement in GetCookieStringCommon and FindCookie where it counts...
With some reservations of how to convince FindCookie users to test
condition and pass a nullptr when disabling double key logic.

michael@0 1 Copyright (c) 2002, International Business Machines Corporation and others. All Rights Reserved.
michael@0 2
michael@0 3 The uconv command is an iconv(1)-like conversion / transcoding
michael@0 4 program. Please check its manual page, or run uconv -h, for help.
michael@0 5
michael@0 6 Help, as well as error messages, are displayed through the use of a
michael@0 7 resource bundle. Please contact Steven Loomis <srl@jtcsv.com> if you
michael@0 8 want to offer a translation of these messages for a particular locale.
michael@0 9
michael@0 10 uconv was originally written and contributed to icuapps by Jonas Utterström
michael@0 11 <jonas.utterstrom@vittran.norrnod.se>, and offered simple conversion and
michael@0 12 a way to know which encodings were available. It has since then be
michael@0 13 moved to the main ICU distribution and converted to the C conversion
michael@0 14 API, and is maintained by Yves Arrouye <yves@realnames.com> who seems
michael@0 15 to always be looking for one more feature or option to add to the tool.

mercurial