问题标签 [persian]

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.

0 投票
8 回答
79043 浏览

ms-word - 当我在记事本或 MS Word 上的任何阿拉伯语/乌尔都语/波斯语文本中插入英文单词时,为什么单词会被打乱?

我可以在 MS Word 或记事本上写阿拉伯语/乌尔都语/波斯语就好了,但是每当我插入任何英语单词或数字时,顺序就会被打乱,似乎所有单词在句子中都被打乱了。

看下面的例子:

现在我插入了一个英文单词,它变成了:

所以你可以看到几乎所有的单词都被打乱了……解决办法是什么?

0 投票
0 回答
17893 浏览

android - 如何在 Android 中支持波斯语(波斯语)文本?

我的用户正在使用不支持波斯语字体的 Android 2.2。如何在 Android 2.2 和 2.3 中正确显示我的波斯语文本?

0 投票
5 回答
4536 浏览

php - strtotime(PHP日期函数)的算法如何工作?

  1. 我想知道strtotime (php 日期函数)是如何工作的?
  2. 如何将“ 2012 年 9 月 15 日”之类的字符串解析为时间戳
  3. 有没有更好的算法?

我的目的是改变波斯语的这个功能

0 投票
1 回答
2118 浏览

php - PHP PDFlib Unicode

是否可以以 UTF-8 呈现 pdf。波斯语或阿拉伯语字符?我不想使用 tcpdf。它在通过 php 脚本制作 pdf 期间存在性能问题。我将尝试最新版本的 php 5.4 和 pdflib 8.0.4p2 但我看不到有效的波斯语单词。

0 投票
1 回答
281 浏览

string - 这是什么编码?

可能重复:
如何将 unicode 转义序列转换为 .NET 字符串中的 unicode 字符

我正在翻译 zimbra,我很困惑知道这个字符串编码是什么以及我可以使用哪些工具将 utf-8 编码的字符串转换为这种类型?

细绳:

错误维护模式=\u0628\u0627 \u0639\u0631\u0636 \u067E\u0648\u0632\u0634 \u062D\u0633\u0627\u0628 \u06A9\u0627\u0631\u0628\u0631\u06CC

0 投票
6 回答
20187 浏览

css - 支持 RTL 语言的 Twitter Bootstrap CSS

我刚刚发现Twitter Bootstrap,我想知道它是否有从右到左 (RTL) 的版本。有人知道吗?

0 投票
1 回答
458 浏览

php - 显示 1 insted of 01,带有用于波斯数字的 PHP 包

有一个函数可以将英语标准数字转换为波斯语(波斯语)或阿拉伯语数字:

但是这个函数产生01 02 03 ... 而不是1 2 3 ... 我认为这里必须改变一些东西:

任何帮助表示赞赏。

0 投票
2 回答
917 浏览

birt - Birt Report 将数字转换为波斯数字

我正在将 Birt 与 Eclipse Indigo 一起使用。

我在报告中使用了一个表格。该表将从数据集中获取值。我想将数字转换为波斯数字。我尝试使用 java 脚本,但它不起作用。

有没有其他方法可以做到这一点,或者我应该为 Birt Functions 插件创建一个插件来做到这一点。

0 投票
0 回答
560 浏览

php - codeigniter 活动记录中的波斯语字符错误

我尝试通过这个模型(page_model.php)通过codeigniter中的活动记录来获取一些数据:

和 contents.php 视图:

pages.php 控制器:

它给了我这个错误:

var_dump($page):

var_dump($query):

var_dump($信息):

但我有一个列名=“ایران”的记录,我将 permited_url_chars 设置为空。

谢谢你

0 投票
2 回答
4204 浏览

css - Persian @font-face doesn't work in Chrome, Bug or not?

Not sure if I'm heading a bug in Chrome or something is wrong with my CSS

Here is a demonstration of what I'm talking about: demo link

The problem is that I'm using a custom Farsi font in my website named as BMitra (it is absolutely free in public domain) and all major browsers (latest FF and IE6+) are rendering this font just fine but my Chrome skips this font and switches to system's default tahoma.

Here is my CSS:

So, any ideas? is this a bug in webkit or something else. thanks in advance.


Side-notes:

  • The original font is in true-type format and I converted it using an online tool. but I'm sure that the font is not damaged because all other formats are working fine.
  • I've just figured out that someone had the same problem (here is the link) but the solution is not working at all! it also breaks functionality in IE9!
  • I can see that Chrome loads the fonts in Chrome's console so the problem is not with webserver or nonavailability of font resources at the time of page load.