Groups | Search | Server Info | Login | Register
| Newsgroups | perl.unicode |
|---|---|
| Date | 2023-08-03 05:42 +0200 |
| Subject | duplicate symbol cp1252_encoding in both Encode and Encode::Byte |
| Message-ID | <ZMsiGcYCHMZSbdIN@schmorp.de> (permalink) |
| From | schmorp@schmorp.de (Marc Lehmann) |
Hi!
Both Encode and Encode::Byte export a symbol called "cp1252_encoding",
which can cause linker errors.
It would be great if that could be changed by e.g. prepending some unique
prefix to exported symbols (such as encode_ and encodebyte_ or somesuch),
which is how most other perl modules solve this problem.
Greetings,
--
The choice of a Deliantra, the free code+content MORPG
-----==- _GNU_ http://www.deliantra.net
----==-- _ generation
---==---(_)__ __ ____ __ Marc Lehmann
--==---/ / _ \/ // /\ \/ / schmorp@schmorp.de
-=====/_/_//_/\_,_/ /_/\_\
Back to perl.unicode | Previous | Next — Next in thread | Find similar
duplicate symbol cp1252_encoding in both Encode and Encode::Byte schmorp@schmorp.de (Marc Lehmann) - 2023-08-03 05:42 +0200 Re: duplicate symbol cp1252_encoding in both Encode and Encode::Byte public@khwilliamson.com (Karl Williamson) - 2023-09-13 10:41 -0600
csiph-web