public inbox archive for pandoc-discuss@googlegroups.com
 help / color / mirror / Atom feed
* ODT to Textile - problem with ASCII code
@ 2021-08-19 10:34 Thierry Gaillard
       [not found] ` <8aa36d65-f782-4807-8359-2ac17209c16fn-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
  0 siblings, 1 reply; 3+ messages in thread
From: Thierry Gaillard @ 2021-08-19 10:34 UTC (permalink / raw)
  To: pandoc-discuss


[-- Attachment #1.1: Type: text/plain, Size: 1322 bytes --]

 Hello,

I have just discovered Pandoc and I see plenty of possibilities in relation 
to the work entrusted to me.

My service is being* migrated to Redmine *for various reasons and one of 
them is the possibility of transposing our procedure sheets in the Wiki 
section of Redmine. 

*Redmine *uses *Textile syntax *and our files are mainly in *.odt*.

I used the following command:

pandoc -s procedure.odt -t textile -o redmine.txt

The result is already not bad but I have *ASCII codes *that I would like to 
see in clear

Example :
  SIT&#64; DEL2 instead of SIT @ DEL2
  ref&#95; sitadel instead of ref_sitadel
  count(&#42;) instead of count(*)

I also have &#43; 

*My question*:
is there an option with pandoc that can fix this?
a conversion file?

*Clarification*:
I am French and Pandoc does not have a problem with accents which are very 
common in our language.

Thank you in advance for your help

-- 
You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/8aa36d65-f782-4807-8359-2ac17209c16fn%40googlegroups.com.

[-- Attachment #1.2: Type: text/html, Size: 4348 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: ODT to Textile - problem with ASCII code
       [not found] ` <8aa36d65-f782-4807-8359-2ac17209c16fn-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
@ 2021-08-19 22:12   ` John MacFarlane
       [not found]     ` <yh480ktujl3wzg.fsf-pgq/RBwaQ+zq8tPRBa0AtqxOck334EZe@public.gmane.org>
  0 siblings, 1 reply; 3+ messages in thread
From: John MacFarlane @ 2021-08-19 22:12 UTC (permalink / raw)
  To: Thierry Gaillard, pandoc-discuss


Sorry, pandoc can't help you with this directly.

Thierry Gaillard <thierry.gaillard-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> writes:

>  Hello,
>
> I have just discovered Pandoc and I see plenty of possibilities in relation 
> to the work entrusted to me.
>
> My service is being* migrated to Redmine *for various reasons and one of 
> them is the possibility of transposing our procedure sheets in the Wiki 
> section of Redmine. 
>
> *Redmine *uses *Textile syntax *and our files are mainly in *.odt*.
>
> I used the following command:
>
> pandoc -s procedure.odt -t textile -o redmine.txt
>
> The result is already not bad but I have *ASCII codes *that I would like to 
> see in clear
>
> Example :
>   SIT&#64; DEL2 instead of SIT @ DEL2
>   ref&#95; sitadel instead of ref_sitadel
>   count(&#42;) instead of count(*)
>
> I also have &#43; 
>
> *My question*:
> is there an option with pandoc that can fix this?
> a conversion file?
>
> *Clarification*:
> I am French and Pandoc does not have a problem with accents which are very 
> common in our language.
>
> Thank you in advance for your help
>
> -- 
> You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
> To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/8aa36d65-f782-4807-8359-2ac17209c16fn%40googlegroups.com.


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: ODT to Textile - problem with ASCII code
       [not found]     ` <yh480ktujl3wzg.fsf-pgq/RBwaQ+zq8tPRBa0AtqxOck334EZe@public.gmane.org>
@ 2021-08-20 14:31       ` Thierry Gaillard
  0 siblings, 0 replies; 3+ messages in thread
From: Thierry Gaillard @ 2021-08-20 14:31 UTC (permalink / raw)
  To: pandoc-discuss


[-- Attachment #1.1: Type: text/plain, Size: 2393 bytes --]

Thank you,

no problem.

I created a macro with notepad ++ which solves this problem

In addition, I had specific cartridges in my documents which were difficult 
to transfer into Textile syntax, the macro takes care of them now.

Le vendredi 20 août 2021 à 00:12:42 UTC+2, John MacFarlane a écrit :

>
> Sorry, pandoc can't help you with this directly.
>
> Thierry Gaillard <thierry....-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> writes:
>
> > Hello,
> >
> > I have just discovered Pandoc and I see plenty of possibilities in 
> relation 
> > to the work entrusted to me.
> >
> > My service is being* migrated to Redmine *for various reasons and one of 
> > them is the possibility of transposing our procedure sheets in the Wiki 
> > section of Redmine. 
> >
> > *Redmine *uses *Textile syntax *and our files are mainly in *.odt*.
> >
> > I used the following command:
> >
> > pandoc -s procedure.odt -t textile -o redmine.txt
> >
> > The result is already not bad but I have *ASCII codes *that I would like 
> to 
> > see in clear
> >
> > Example :
> > SIT&#64; DEL2 instead of SIT @ DEL2
> > ref&#95; sitadel instead of ref_sitadel
> > count(&#42;) instead of count(*)
> >
> > I also have &#43; 
> >
> > *My question*:
> > is there an option with pandoc that can fix this?
> > a conversion file?
> >
> > *Clarification*:
> > I am French and Pandoc does not have a problem with accents which are 
> very 
> > common in our language.
> >
> > Thank you in advance for your help
> >
> > -- 
> > You received this message because you are subscribed to the Google 
> Groups "pandoc-discuss" group.
> > To unsubscribe from this group and stop receiving emails from it, send 
> an email to pandoc-discus...-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
> > To view this discussion on the web visit 
> https://groups.google.com/d/msgid/pandoc-discuss/8aa36d65-f782-4807-8359-2ac17209c16fn%40googlegroups.com
> .
>

-- 
You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/792f7c8f-cd56-40bd-9965-17d560b509efn%40googlegroups.com.

[-- Attachment #1.2: Type: text/html, Size: 3552 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-08-20 14:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-19 10:34 ODT to Textile - problem with ASCII code Thierry Gaillard
     [not found] ` <8aa36d65-f782-4807-8359-2ac17209c16fn-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2021-08-19 22:12   ` John MacFarlane
     [not found]     ` <yh480ktujl3wzg.fsf-pgq/RBwaQ+zq8tPRBa0AtqxOck334EZe@public.gmane.org>
2021-08-20 14:31       ` Thierry Gaillard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).