任何人都可以帮我将文本的编码格式更改为 unicode 吗?我需要查看阿拉伯字符,现在我正在使用 windows-1256 编码,即使在我的文本文件中我可以问号字符,我需要 unicode 格式,如何实现这一点?
<?xml version="1.0" encoding="utf-8"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:output media-type="text/xml" indent="yes" omit-xml-declaration="yes" encoding ="windows-1256"/>
需要以Unicode格式输出