<html><head></head><body><div dir="auto">There is an SWFilter to help with this.<br><br>E.g., to get HTML, try something like:<br><br>#include <rtfhtml.h><br>SWBuf confValue = module.getConfigValue("About");<br>RTFHTML().processText(confValue);<br><br>If you don't want HTML, I believe there are also other RTF filter conversions like RTFPlain which should give you things like your newlines instead.</div><br><br><div class="gmail_quote"><div dir="auto">On April 16, 2024 04:20:51 GMT-03:00, domcox <dominique@corbex.org> wrote:</div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<pre class="k9mail"><div dir="auto"><br>Only a very small, restricted subset of RTF markup is supported, see:<br><a href="https://wiki.crosswire.org/DevTools:conf_Files#RTF">https://wiki.crosswire.org/DevTools:conf_Files#RTF</a><br><br><br>"David \"Judah's Shadow\" Blue" <yudahsshadow@gmx.com> writes:<br><br></div><blockquote class="gmail_quote" style="margin: 0pt 0pt 1ex 0.8ex; border-left: 1px solid #729fcf; padding-left: 1ex;"><div dir="auto">I'm working on an info command to display some basic info about modules, and I<br>ran into the fact that, at least in the About entry, the conf file can contain<br>RTF formatting. As it stands I strip out \pard, replace \par with \n, and<br>strip out the tag portion of any anchor/link tags found. My question is, are<br>there any other tags that are likely to appear in conf entries that I should<br>be either handling or stripping (since my front end does no formatting of text<br>whatsoever)?<br></div></blockquote><div dir="auto"><br><br></div></pre></blockquote></div><div dir="auto"><div class='k9mail-signature'>-- <br>Sent from my Android device with K-9 Mail. Please excuse my brevity.</div></div></body></html>