2008/12/3 Danny Sokolsky <[EMAIL PROTECTED]>:
> Hi Dave,
>
> All content in MarkLogic Server is stored in UTF-8.  There are mechanisms in 
> the server for transcoding other encodings to UTF-8.  These are accessible 
> via several loading built-in XQuery functions, such as xdmp:document-load 
> (see the <encoding> option):
>
> http://developer.marklogic.com/pubs/4.0/apidocs/UpdateBuiltins.html#xdmp:document-load

8859-1 or utf-8. OK
Except I have two directories to load.


>
> You can also specify the encoding in XCC, which is the Java (or .NET) 
> interface to MarkLogic Server.  In general, the developer (or some program) 
> must tell MarkLogic Server the encoding, then it will be translated to UTF-8 
> on the way into the server.
>
> You will also find more information about this in the Developer's Guide:
>
> http://developer.marklogic.com/pubs/4.0/books/dev_guide.pdf
>
> See the Chapter "Encodings and Collations" on page 260.

Thanks, I'll take a look.


regards



-- 
Dave Pawson
XSLT XSL-FO FAQ.
Docbook FAQ.
http://www.dpawson.co.uk
_______________________________________________
General mailing list
[email protected]
http://xqzone.com/mailman/listinfo/general

Reply via email to