问题标签 [tamil]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
android - Android中的泰米尔语字体
我在 android 版本中开发了一个泰米尔语新闻应用程序2.3.3
。但是,泰米尔语字体仅在 android 4.0 及更高版本中得到了适当的开发。我想在所有版本的 android mobile 中显示它们。
我试图用一些泰米尔语字体解决这个问题,比如bamini
and mylai
,但它们只适用于更高的 android 版本。
c# - WPF 应用程序中语言使用的奇怪行为
我曾FontFamily="Bamini Plain"
在允许我在运行时输入泰米尔语文本的文本框中使用。但是当我捕获 txtPlaceAcquire.Text
返回英文文本的代码时。为什么会出现这种奇怪的行为?如何获得我的原始语言值?
java - Sparql Query results in Tamil using Eclipse
We are trying to execute SparQL query for our OWL Ontology created in Tamil using Protege in Eclipse IDE. The code works fine but the results don't seem to appear in Tamil. The following is the code and the output.
Output: -------------------------------------------------------------------------------------- -----------------------------------------------------------------------------------------------------------------------------------------------------
| subject | object |
|%E0%AE%AA%E0%AE%AA%E0%AF%80%E0%AE%BE%E0%AF%82 | %E0%AF%8D%E0%AE%A4%E0%AF%81%E0%AE%B0%E0%AE%AA |
|%E0%AE%95%E0%AF%81%E0%AE%B0%E0%AF%82%E0%AE%95%E0%AE%A4%E0%AE%AA | %E0%AF%8D%E0%AE%A4%E0%AF%81%E0%AE%B0%E0%AE%AA |
We want this to be displayed in Tamil. We also installed unicode and redirected the output into a text file and checked but it still does not give the expected result. Thanks in advance.
c# - 使用存储过程在 SQL Server 中插入多语言
我需要在 SQL Server 2005 中插入泰米尔语。我尝试使用Insert
或Update
查询,它工作正常。在进行存储过程时,我不知道如何传递参数。
如果我执行它,它会被插入为 ???????。
如果我执行它,它会被正确插入..但我不知道如何从我的 C# 应用程序中传递那个“N”。我使用文本框来获取该Description_Ta
参数。
mysql - Cannot export tamil from phpmyadmin correctly
in phpmyadmin i set charset to utf-8, tamil text looks great
but after export to sql file, looks:
where is problem?
php - 如何为我的网站实现泰米尔语字体?
我已经在 codeigniter 中开发了网站,现在我想在我的网站中添加泰米尔语字体。以泰米尔语键入描述,并将描述值添加到描述表 desc 列中,然后检索 desc 值并将该泰米尔语内容显示到我的网站..
fonts - 是否可以在我的 WordPress 网站上使用 WordPress 插件以泰米尔语添加滚动新闻
我想在我的 wordpress 网站上使用泰米尔语字体显示最新事件。是否可以在任何 wordpress 垂直新闻滚动条上添加泰米尔语字体。
c# - TextElement 枚举器类错误或(泰米尔语)Unicode 错误
为什么 TextElementEnumerator 不能正确解析泰米尔语 Unicode 字符。
以下代码示例处理 Unicode 字符
'கௌ'-> 0x0bc8 (க) +0xbcc(ௌ)。(正确的形式)
'கௌ'->0x0bc8 (க) +0xbc6(ெ) + 0xbb3(ள)(格式正确)
它是Text Element Enumerator Class 中的错误,为什么不从字符串中正确枚举它。
ie கெளவை => 'கெள'+ 'வை' 必须以正确的形式列举
கெளவை => 'கெ' +'ள' +'வை' 不能以不正确的形式列举。
如果是这样如何克服这个问题。