On Tue, Apr 17, 2007 at 10:04:31PM +0200, [EMAIL PROTECTED] wrote:
> We have an encoding issue with pmwiki-mode v.s. PmWiki, so I'd like to ask 
> a few questions.
> 
> How do we know what encoding we will get the source of a wiki page in when 
> we do
> 
>       ?action=source

You might try looking at the charset= value of the Content-Type:
response header to find out.  Examples:

    Content-Type: text/plain; charset=ISO-8859-1;

    Content-Type: text/plain; charset=UTF-8

> How do we know what encoding to use when posting edit changes?

PmWiki expects the user agent to post back using the same encoding
as any edit form that is received, so whatever shows up in the
charset= field above is the charset to use for posting changes back.

Pm

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Pmwiki-mode-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pmwiki-mode-general

Reply via email to