You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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 και το κλείσιμο της εφαρμογής.
"""
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: