Do you own a Debenu Quick PDF Library version 7, 8, 9, 10, 11, 12, 13 or iSEDQuickPDF license? Upgrade to Debenu Quick PDF Library 14 today!
![]() |
RadioButton Returns Nil for Values with Diacritics |
Post Reply ![]() |
Author | |
ihrow ![]() Beginner ![]() Joined: 27 Jan 25 Status: Offline Points: 2 |
![]() ![]() ![]() ![]() ![]() Posted: 27 Jan 25 at 12:32PM |
Hello,
I am encountering an issue when using the Debenu QuickPDF library on iOS. Specifically, when a RadioButton field has a value containing diacritics (e.g., “Äpfel”), the library returns nil for the field’s value. For comparison, fields with plain values (e.g., “Apfel”) are handled correctly and return the expected value. if type == 4 { let count = _dqpl.getFormFieldKidCount(id) for i in 1...count { let subId = _dqpl.getFormFieldKidTempIndex(id, i) if let title = _dqpl.getFormFieldTitle(subId) { _logger.debug("\(_loggerPrefix),Field \(i): value is \(title)") } else { _logger.warning("\(_loggerPrefix),Field \(i) value is nil") } Here are the log details: 2025-01-27 10:59:15.256 💛 WARNING: Document interface, Field 1 value is nil 2025-01-27 10:59:15.256 💚 DEBUG: Document interface, Field 2: value is Apfel Thank you! Edited by ihrow - 27 Jan 25 at 1:06PM |
|
![]() |
Post Reply ![]() |
|
Tweet
|
Forum Jump | Forum Permissions ![]() You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |
Copyright © 2017 Debenu. Debenu Quick PDF Library is a PDF SDK. All rights reserved. About — Contact — Blog — Support — Online Store