lost the style's names when converting to another format

Bug #1390527 reported by Saii
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
calibre
Fix Released
Undecided
Unassigned

Bug Description

Calibre may converts others words to English before converting. But when I am converting files which contains styles' names written in Chinese like this:
---------------------------------------------------------------------------------------------
.注释编号{
  font-size: 85%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
  font-weight:bold;
  text-decoration:none;
  font-style:normal;
}
---------------------------------------------------------------------------------------------
It will translate it to this:

.zhu shi bian hao {
    font-size: 85%;
    font-style: normal;
    font-weight: bold;
    line-height: 0;
    position: relative;
    text-decoration: none;
    top: -0.5em;
    vertical-align: baseline
    }
--------------------------------------------------------------------
In the first line you can see the redundant spaces would be insert ,which leads to the styles lost.

Thank you for tolerating my poor English : )

Revision history for this message
Kovid Goyal (kovid) wrote : Fixed in master

Fixed in branch master. The fix will be in the next release. calibre is usually released every Friday.

 status fixreleased

Changed in calibre:
status: New → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.