From: Rafael Garcia-Suarez Date: Fri, 19 Oct 2007 11:06:58 +0000 (+0000) Subject: Document that encoding.pm isn't thread-safe, by Jerry D. Hedden X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=7303322e8eea0327f60b8d4557cadc1e00e4f2d7;p=p5sagit%2Fp5-mst-13.2.git Document that encoding.pm isn't thread-safe, by Jerry D. Hedden p4raw-id: //depot/perl@32146 --- diff --git a/ext/Encode/encoding.pm b/ext/Encode/encoding.pm index 5b9bdf8..72a1c82 100644 --- a/ext/Encode/encoding.pm +++ b/ext/Encode/encoding.pm @@ -628,6 +628,11 @@ unicode characters since you have to consider such things as character width (i.e. double-width for ideographs) and directions (i.e. BIDI for Arabic and Hebrew). +=item Thread safety + +C is not thread-safe (i.e., do not use in threaded +applications). + =back =head2 The Logic of :locale