Re: [btOOL] escaping problems
Status: Beta
Brought to you by:
gward
|
From: Guillaume R. <Gui...@in...> - 2005-12-27 14:19:41
|
Greg Ward wrote: >>The only solution I found is an ugly hack to add additional function in >>original Text::BibTeX namespace, so as to convert values on the fly: >=20 >=20 > That's pretty ugly, all right. Do you really have to meddle in the > Text::BibTeX namespace? Can't you just write your own post-processing = code? > It'll be the same cheezy regex hacks to handle whatever limited subset = of > TeX markup occurs in your .bib files, but at least it wouldn't interfer= e with > the library's business. My original intent was to temporary fix the problem on the Text::BibTeX side, without changing my own code, thus transparently replacing original method by another one, while investigating the use of macros to achieve the same in a better way. As it seems unavoidable, I'll effectively revert to handle the problem from my own namespace. --=20 Each profession talks to itself in its own unique language -- Murphy's In Laws n=B017 |