Jump to content
  • BreakIterator.getLineInstance in JRPdfExporter/TextMeasurer should use report locale instead default JVM locale.


    pramoth_1
    CategoryFeature request
    Component: 32401
    PriorityNormal
    ReproducibilityN/A
    ResolutionOpen
    SeverityMinor
    StatusAcknowledged

    Currently JRPdfExporter/TextMeasurer use BreakIterator.getLineInstance() with no locale specified. So it use default JVM wide locale. in some situation we can't change system locale.

    I think it should use BreakIterator.getLineInstance(REPORT_LOCALE) if specified REPORT_LOCALE or fallback to default locale if not specified.



    User Feedback

    Recommended Comments


×
×
  • Create New...