-
Notifications
You must be signed in to change notification settings - Fork 48
Open
Description
I tried using Doxygen with the configuration for doxypypy and I have as OUTPUT_LANGUAGE = Greek. In the comment blocks, I have greek and english words, but when I see the HTML output, I get something like this for a Class I have created:
'C HotelBookingApp | ��� ����� ��� ������� �������� ��� �� ���������� ���� ��������� GUI ��� ��� ������� ��������� ��������� �����������'
and when I try to convert it into a PDF file through LaTeX, I get this error:
'There is no � in the font <font_name>'.
Is there a way to make doxypypy recognise the greek language, because in other projects that I have used Doxygen it could create the HTML output and LaTeX in greek?
A part of the code for the HotelBookingApp class:
class HotelBookingApp:
"""
@class HotelBookingApp
@brief Μια κλάση που παρέχει μεθόδους για τη δημιουργία μιας εφαρμογής GUI για την ανάλυση δεδομένων κρατήσεων ξενοδοχείων.
Αυτή η κλάση παρέχει μεθόδους για την αρχικοποίηση της εφαρμογής, τη δημιουργία του μενού, τη δημιουργία των widgets και το κλείσιμο της εφαρμογής.
"""
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels