[
https://issues.apache.org/jira/browse/CONNECTORS-987?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14092291#comment-14092291
]
Mingchun Zhao commented on CONNECTORS-987:
------------------------------------------
Hi Karl,
I've already fixed that in my last commit yesterday.
The following files had the BOM in them.
site/src/documentation/content/xdocs/site.xml
site/src/documentation/content/xdocs/tabs.xml
Here is the difference between The old and new one,
The 3bytes "EF BB BF" at the beginning of site.xml-old is showing the BOM.
<pre>
####
$ od -cX ./site/src/documentation/content/xdocs/site.xml-old | head
0000000 357 273 277 < ? x m l v e r s i o n
3cbfbbef 6c6d783f 72657620 6e6f6973
0000020 = " 1 . 0 " e n c o d i n g =
2e31223d 65202230 646f636e 3d676e69
0000040 " u t f - 8 " ? > \n < ! - - \n
66747522 3f22382d 213c0a3e 200a2d2d
0000060 C o p y r i g h t 2 0 0 2 -
706f4320 67697279 32207468 2d323030
0000100 2 0 0 4 T h e A p a c h e
34303032 65685420 61704120 20656863
####
$ od -cX ./site/src/documentation/content/xdocs/site.xml-new | head
0000000 < ? x m l v e r s i o n = " 1
6d783f3c 6576206c 6f697372 31223d6e
0000020 . 0 " e n c o d i n g = " u t
2022302e 6f636e65 676e6964 7475223d
0000040 f - 8 " ? > \n < ! - - \n C o
22382d66 3c0a3e3f 0a2d2d21 6f432020
0000060 p y r i g h t 2 0 0 2 - 2 0 0
69727970 20746867 32303032 3030322d
0000100 4 T h e A p a c h e S o f
68542034 70412065 65686361 666f5320
</pre>
BEST,
Mingchun Zhao
> Chinese Localization(Documentation, Help screens)
> -------------------------------------------------
>
> Key: CONNECTORS-987
> URL: https://issues.apache.org/jira/browse/CONNECTORS-987
> Project: ManifoldCF
> Issue Type: Improvement
> Components: Documentation
> Affects Versions: ManifoldCF 1.7
> Reporter: Mingchun Zhao
> Assignee: Mingchun Zhao
> Fix For: ManifoldCF 1.7
>
> Attachments: CONNECTORS-987.patch
>
>
> In this issue, I will deal with documentation,help screens for Chinese
> Localization.
--
This message was sent by Atlassian JIRA
(v6.2#6252)