Skip to main content



      Home
Home » Archived » Lua Development Tools » Luadoc converts some numbers to ASCII characters (If there is certain numbers in a .doclua comment block, Luadoc translate them to ASCii characters )
Luadoc converts some numbers to ASCII characters [message #1506394] Wed, 10 December 2014 15:41 Go to next message
Eclipse UserFriend
Hello,
I'm using LDT in Eclipse Luna 4.4.0 and i noticed that when using certain numbers, in a .doclua comment block, Luadoc transpose them to their ASCII character.
For exemple:
-------------------------------------------------------------------------------
--  BO8 Aux Output Configuration= MV92
-- @function [parent=#SE8300] BO8_AuxOut

-------------------------------------------------------------------------------


Luadoc ouput is:
SE8300.BO8_AuxOut()
BO8 Aux Output Configuration= MV\

So instead of MV92, I have MV\
Looking at the ASCII chart, I understand that Luadoc is ouputing the character corresponding to the HTML value &#92.

How do I escape 92 in my .doclua to avoid this?


Re: Luadoc converts some numbers to ASCII characters [message #1507404 is a reply to message #1506394] Thu, 11 December 2014 10:53 Go to previous message
Eclipse UserFriend
Congrats,

You just find a bug in the library we are using, it has already been reported.
Can you, please, fill a LDT bug to help us keep it in mind?

Kévin
Previous Topic:mark occurrences?
Next Topic:Will ldt support debug hover to inspect local vairables?
Goto Forum:
  


Current Time: Fri Mar 21 01:13:22 EDT 2025

Powered by FUDForum. Page generated in 0.03949 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top