[Libreoffice-bugs] [Bug 116822] Text with Asian Phonetic Guide(Ruby) filtered out in EPUB format

2018-05-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116822

impreza233  changed:

   What|Removed |Added

 Status|RESOLVED|VERIFIED

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 116822] Text with Asian Phonetic Guide(Ruby) filtered out in EPUB format

2018-05-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116822

impreza233  changed:

   What|Removed |Added

 CC||impreza...@gmail.com

--- Comment #5 from impreza233  ---
Created attachment 142335
  --> https://bugs.documentfoundation.org/attachment.cgi?id=142335&action=edit
Solved in 6.1.0.0-beta1

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 116822] Text with Asian Phonetic Guide(Ruby) filtered out in EPUB format

2018-04-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116822

Mark Hung  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 116822] Text with Asian Phonetic Guide(Ruby) filtered out in EPUB format

2018-04-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116822

--- Comment #4 from Commit Notification 
 ---
Mark Hung committed a patch related to this issue.
It has been pushed to "master":

http://cgit.freedesktop.org/libreoffice/core/commit/?id=4fb081704811b66194ea11e528ad792957b7ccfd

tdf#116822 export ruby text and base text to epub.

It will be available in 6.1.0.

The patch should be included in the daily builds available at
http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
http://wiki.documentfoundation.org/Testing_Daily_Builds

Affected users are encouraged to test the fix and report feedback.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 116822] Text with Asian Phonetic Guide(Ruby) filtered out in EPUB format

2018-04-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116822

Commit Notification  changed:

   What|Removed |Added

 Whiteboard||target:6.1.0

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 116822] Text with Asian Phonetic Guide(Ruby) filtered out in EPUB format

2018-04-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116822

Buovjaga  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||todven...@suomi24.fi
 Blocks||114162
 Ever confirmed|0   |1

--- Comment #3 from Buovjaga  ---
Repro

Arch Linux 64-bit
Version: 6.1.0.0.alpha0+
Build ID: c8c74a0b4ca6f3a3619f423b6548c80c52392ae0
CPU threads: 8; OS: Linux 4.15; UI render: default; VCL: kde4; 
Locale: fi-FI (fi_FI.UTF-8); Calc: group
Built on April 15th 2018


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=114162
[Bug 114162] [META] EPUB export bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 116822] Text with Asian Phonetic Guide(Ruby) filtered out in EPUB format

2018-04-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116822

--- Comment #2 from Mark Hung  ---



EPUB3 samples that contains ruby
https://idpf.github.io/epub3-samples/30/samples.html#kusamakura

ruby annotation, HTML: The Markup Language (an HTML language reference)
http://w3c.github.io/html-reference/ruby.html

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 116822] Text with Asian Phonetic Guide(Ruby) filtered out in EPUB format

2018-04-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116822

--- Comment #1 from Mark Hung  ---
"A ruby is additional text that is displayed above or below a base text. The
purpose of a ruby is to annotate a base text or provide information about its
pronunciation

The  element is usable within the following elements: 
6.1.8,  5.1.2,  6.1.9,  7.5.19, 
5.1.3,  6.4.2 and  6.1.7." [1].

So at least text:ruby inside text:p and text:h should be implemented in
writerperfect.


A very simple snippet that illustrates ruby tag generated by Writer:

 

  中
  ㄓㄨㄥ


  
文
  
  ㄨㄣˊ

.. ( the rest is deleted )

So it is necessary to allow ruby-base to be contain span as its child element
so that ruby text can have different character formats.


[1]http://docs.oasis-open.org/office/v1.2/os/OpenDocument-v1.2-os-part1.html#__RefHeading__1415250_253892949

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs